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