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.
|
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) |
MethodRegistry.Handler.Compiled |
MethodRegistry.Handler.ForAnnotationValue.compile(Implementation.Target implementationTarget) |
Copyright © 2014–2015. All rights reserved.