public static interface Advice.BootstrapArgumentResolver
Modifier and Type | Interface and Description |
---|---|
static interface |
Advice.BootstrapArgumentResolver.Factory
A factory for creating a
Advice.BootstrapArgumentResolver . |
static class |
Advice.BootstrapArgumentResolver.ForDefaultValues
An argument resolver that supplies a default selection of arguments.
|
Modifier and Type | Method and Description |
---|---|
List<JavaConstant> |
resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod)
Resolves the constants that are provided as arguments to the bootstrap methods.
|
List<JavaConstant> resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
instrumentedType
- The instrumented type.instrumentedMethod
- The instrumented method.Copyright © 2014–2025. All rights reserved.