| 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  | RebaseImplementationTargetAn implementation target for redefining a given type while preserving the original methods within the
 instrumented type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SubclassImplementationTargetAn implementation target for creating a subclass of a given type. | 
Copyright © 2014–2015. All rights reserved.