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