Uses of Class
net.bytebuddy.asm.TypeReferenceAdjustment
-
Packages that use TypeReferenceAdjustment Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of TypeReferenceAdjustment in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return TypeReferenceAdjustment Modifier and Type Method Description TypeReferenceAdjustmentTypeReferenceAdjustment. filter(ElementMatcher<? super TypeDescription> filter)Excludes all matched types from being added as an attribute.static TypeReferenceAdjustmentTypeReferenceAdjustment. relaxed()Creates a strict type reference adjustment that ignores type references that cannot be resolved in the supplied type pool.static TypeReferenceAdjustmentTypeReferenceAdjustment. strict()Creates a strict type reference adjustment that throws an exception if a type reference cannot be resolved in the supplied type pool.
-