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 |
---|---|
static class |
Advice.BootstrapArgumentResolver.ForDefaultValues
An argument resolver that supplies a default selection of arguments.
|
Modifier and Type | Method and Description |
---|---|
Advice.BootstrapArgumentResolver |
Advice.BootstrapArgumentResolver.Factory.resolve(MethodDescription.InDefinedShape adviceMethod,
boolean exit)
Creates a bootstrap argument resolver for a given advice.
|
Advice.BootstrapArgumentResolver |
Advice.BootstrapArgumentResolver.ForDefaultValues.Factory.resolve(MethodDescription.InDefinedShape adviceMethod,
boolean exit)
Creates a bootstrap argument resolver for a given advice.
|
Constructor and Description |
---|
ForDynamicInvocation(MethodDescription.InDefinedShape bootstrapMethod,
MethodDescription.InDefinedShape adviceMethod,
Advice.BootstrapArgumentResolver resolver)
Creates a delegator for a dynamic method invocation.
|
Copyright © 2014–2023. All rights reserved.