Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
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. |
Class and Description |
---|
ConstructorStrategy
A constructor strategy is responsible for creating bootstrap constructors for a
SubclassDynamicTypeBuilder . |
Class and Description |
---|
ConstructorStrategy
A constructor strategy is responsible for creating bootstrap constructors for a
SubclassDynamicTypeBuilder . |
ConstructorStrategy.Default
Default implementations of constructor strategies.
|
Copyright © 2014. All rights reserved.