| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected SubclassImplementationTarget.OriginTypeIdentifier |
SubclassImplementationTarget.originTypeIdentifier
The origin type identifier to use.
|
| Modifier and Type | Method and Description |
|---|---|
static SubclassImplementationTarget.OriginTypeIdentifier |
SubclassImplementationTarget.OriginTypeIdentifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubclassImplementationTarget.OriginTypeIdentifier[] |
SubclassImplementationTarget.OriginTypeIdentifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Factory(BridgeMethodResolver.Factory bridgeMethodResolverFactory,
SubclassImplementationTarget.OriginTypeIdentifier originTypeIdentifier)
Creates a new factory for a
SubclassImplementationTarget. |
SubclassImplementationTarget(MethodLookupEngine.Finding finding,
BridgeMethodResolver.Factory bridgeMethodResolverFactory,
SubclassImplementationTarget.OriginTypeIdentifier originTypeIdentifier)
Creates a new subclass implementation target.
|
Copyright © 2014–2015. All rights reserved.