public static interface MethodRegistry.Handler extends InstrumentedType.Prepareable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MethodRegistry.Handler.Compiled
A compiled handler for implementing a method.
|
static class |
MethodRegistry.Handler.ForAbstractMethod
A handler for defining an abstract or native method.
|
static class |
MethodRegistry.Handler.ForAnnotationValue
A handler for defining a default annotation value for a method.
|
static class |
MethodRegistry.Handler.ForImplementation
A handler for a method that is implemented as byte code.
|
static class |
MethodRegistry.Handler.ForVisibilityBridge
A handler for implementing a visibility bridge.
|
InstrumentedType.Prepareable.NoOp| Modifier and Type | Method and Description |
|---|---|
MethodRegistry.Handler.Compiled |
compile(Implementation.Target implementationTarget)
Compiles this handler.
|
prepareMethodRegistry.Handler.Compiled compile(Implementation.Target implementationTarget)
implementationTarget - The implementation target to compile this handler for.Copyright © 2014–2025. All rights reserved.