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.
|
net.bytebuddy.dynamic.scaffold.inline |
All classes and types in this package are related to creating a
DynamicType by
enhancing a given type. |
net.bytebuddy.dynamic.scaffold.subclass |
All classes and types in this package are related to creating a
DynamicType by
creating a subclass of a given type. |
Modifier and Type | Method and Description |
---|---|
MethodRegistry.Compiled |
MethodRegistry.Prepared.compile(Implementation.Target.Factory implementationTargetFactory)
Compiles this prepared method registry.
|
MethodRegistry.Compiled |
MethodRegistry.Default.Prepared.compile(Implementation.Target.Factory implementationTargetFactory) |
Modifier and Type | Class and Description |
---|---|
static class |
RebaseImplementationTarget.Factory
A factory for creating a
RebaseImplementationTarget . |
Modifier and Type | Class and Description |
---|---|
static class |
SubclassImplementationTarget.Factory
A factory for creating a
SubclassImplementationTarget . |
Copyright © 2014–2016. All rights reserved.