Package | Description |
---|---|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
Modifier and Type | Class and Description |
---|---|
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.
|
protected static class |
MethodRegistry.Handler.ForImplementation.Compiled
A compiled handler for implementing a method.
|
protected static class |
MethodRegistry.Handler.ForVisibilityBridge.Compiled
A compiled handler for a visibility bridge handler.
|
Modifier and Type | Method and Description |
---|---|
MethodRegistry.Handler.Compiled |
MethodRegistry.Handler.compile(Implementation.Target implementationTarget)
Compiles this handler.
|
MethodRegistry.Handler.Compiled |
MethodRegistry.Handler.ForAbstractMethod.compile(Implementation.Target implementationTarget)
Compiles this handler.
|
MethodRegistry.Handler.Compiled |
MethodRegistry.Handler.ForAnnotationValue.compile(Implementation.Target implementationTarget)
Compiles this handler.
|
Constructor and Description |
---|
Entry(MethodRegistry.Handler.Compiled handler,
MethodAttributeAppender attributeAppender,
MethodDescription methodDescription,
Set<MethodDescription.TypeToken> bridgeTypes,
Visibility visibility,
boolean bridgeMethod)
Creates a new entry for a compiled method registry.
|
Copyright © 2014–2024. All rights reserved.