Uses of Class
net.bytebuddy.asm.TypeReferenceAdjustment
Packages that use TypeReferenceAdjustment
Package
Description
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 TypeReferenceAdjustmentModifier and TypeMethodDescriptionTypeReferenceAdjustment.filter
(ElementMatcher<? super TypeDescription> filter) Excludes all matched types from being added as an attribute.static TypeReferenceAdjustment
TypeReferenceAdjustment.relaxed()
Creates a strict type reference adjustment that ignores type references that cannot be resolved in the supplied type pool.static TypeReferenceAdjustment
TypeReferenceAdjustment.strict()
Creates a strict type reference adjustment that throws an exception if a type reference cannot be resolved in the supplied type pool.