Uses of Class
net.bytebuddy.asm.MemberSubstitution.FieldSetterHandle
-
Packages that use MemberSubstitution.FieldSetterHandle Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of MemberSubstitution.FieldSetterHandle in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return types with arguments of type MemberSubstitution.FieldSetterHandle Modifier and Type Method Description java.lang.Class<MemberSubstitution.FieldSetterHandle>
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Unresolved.SetterFactory. getAnnotationType()
Returns the type of the annotation for this factory.Method parameters in net.bytebuddy.asm with type arguments of type MemberSubstitution.FieldSetterHandle Modifier and Type Method Description MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Unresolved.SetterFactory. make(MethodDescription.InDefinedShape target, AnnotationDescription.Loadable<MemberSubstitution.FieldSetterHandle> annotation)
Creates an offset mapping for an annotation that was found on a non-static method.MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForFieldHandle.Unresolved.SetterFactory. make(ParameterDescription.InDefinedShape target, AnnotationDescription.Loadable<MemberSubstitution.FieldSetterHandle> annotation)
Creates an offset mapping for a parameter of the method or constructor that is the delegation target.
-