| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
RebaseDynamicTypeBuilder<T>
A dynamic type builder that rebases a given type, i.e.
|
class |
RedefinitionDynamicTypeBuilder<T>
A dynamic type builder that redefines a given type, i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubclassDynamicTypeBuilder<T>
Creates a dynamic type on basis of loaded types where the dynamic type extends a given type.
|
Copyright © 2014–2015. All rights reserved.