Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
-
Packages that use MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved Modifier and Type Class Description protected static class
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.Resolved
A resolved dispatcher for a dynamically bound method invocation.static class
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation
A dispatcher that invokes a delegate method directly.Fields in net.bytebuddy.asm declared as MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved Modifier and Type Field Description private MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
MemberSubstitution.Substitution.Chain.Step.ForDelegation. dispatcher
The dispatcher to use.Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved Modifier and Type Method Description MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
Resolves a dispatcher for a given instrumented type and method.MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
Resolves a dispatcher for a given instrumented type and method.MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher. resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
Resolves a dispatcher for a given instrumented type and method.Constructors in net.bytebuddy.asm with parameters of type MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved Constructor Description ForDelegation(TypeDescription.Generic returned, MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved dispatcher, java.util.List<MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Resolved> offsetMappings)
-