Uses of Annotation Type
net.bytebuddy.asm.MemberSubstitution.SelfCallHandle
Packages that use MemberSubstitution.SelfCallHandle
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.SelfCallHandle in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement interfaces with type arguments of type MemberSubstitution.SelfCallHandleModifier and TypeClassDescriptionprotected static enumA factory for creating an offset mapping for binding a self call handle.Methods in net.bytebuddy.asm that return types with arguments of type MemberSubstitution.SelfCallHandleModifier and TypeMethodDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Factory.getAnnotationType()Returns the type of the annotation for this factory.Method parameters in net.bytebuddy.asm with type arguments of type MemberSubstitution.SelfCallHandleModifier and TypeMethodDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Factory.make(MethodDescription.InDefinedShape target, AnnotationDescription.Loadable<MemberSubstitution.SelfCallHandle> annotation) Creates an offset mapping for an annotation that was found on a non-static method.MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Factory.make(ParameterDescription.InDefinedShape target, AnnotationDescription.Loadable<MemberSubstitution.SelfCallHandle> annotation) Creates an offset mapping for a parameter of the method or constructor that is the delegation target.