Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.Factory
A factory for a dynamic method invocation of the dispatcher method or constructor.
|
protected static class |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation.Factory
A factory for creating a dispatcher for a regular method invocation.
|
Modifier and Type | Method and Description |
---|---|
protected static MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.of(MethodDescription.InDefinedShape bootstrapMethod,
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Factory resolverFactory)
Creates a dispatcher factory for a dynamic method invocation.
|
Constructor and Description |
---|
WithCustomMapping(MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory dispatcherFactory,
Map<Class<? extends Annotation>,MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Factory<?>> offsetMappings)
Creates a factory for a
MemberSubstitution.Substitution.Chain.Step.ForDelegation with a custom value. |
Copyright © 2014–2023. All rights reserved.