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