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.
|
private SubclassImplementationTarget.OriginTypeResolver |
SubclassImplementationTarget.Factory.originTypeResolver
The origin type resolver that this factory hands to the created
SubclassImplementationTarget . |
Modifier and Type | Method and Description |
---|---|
static SubclassImplementationTarget.OriginTypeResolver |
SubclassImplementationTarget.OriginTypeResolver.valueOf(java.lang.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 |
---|
Factory(SubclassImplementationTarget.OriginTypeResolver originTypeResolver)
Creates a new factory.
|
SubclassImplementationTarget(TypeDescription instrumentedType,
MethodGraph.Linked methodGraph,
Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation,
SubclassImplementationTarget.OriginTypeResolver originTypeResolver)
Creates a new subclass implementation target.
|