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.OriginTypeResolver |
SubclassImplementationTarget.originTypeResolver
The origin type identifier to use.
|
Modifier and Type | Method and Description |
---|---|
static SubclassImplementationTarget.OriginTypeResolver |
SubclassImplementationTarget.OriginTypeResolver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubclassImplementationTarget.OriginTypeResolver[] |
SubclassImplementationTarget.OriginTypeResolver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SubclassImplementationTarget(TypeDescription instrumentedType,
MethodGraph.Linked methodGraph,
Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation,
SubclassImplementationTarget.OriginTypeResolver originTypeResolver)
Creates a new subclass implementation target.
|
Copyright © 2014–2020. All rights reserved.