| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.scaffold.inline | All classes and types in this package are related to creating a  DynamicTypeby
 enhancing a given type. | 
| net.bytebuddy.dynamic.scaffold.subclass | All classes and types in this package are related to creating a  DynamicTypeby
 creating a subclass of a given type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractInliningDynamicTypeBuilder<T>An abstract base implementation of a dynamic type builder that alters an existing type. | 
| class  | RebaseDynamicTypeBuilder<T>A type builder that rebases an instrumented type. | 
| class  | RedefinitionDynamicTypeBuilder<T>A type builder that redefines an instrumented type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SubclassDynamicTypeBuilder<T>A type builder that creates an instrumented type as a subclass, i.e. | 
Copyright © 2014–2023. All rights reserved.