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 | Method and Description |
---|---|
static SubclassImplementationTarget.Factory |
SubclassImplementationTarget.Factory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubclassImplementationTarget.Factory[] |
SubclassImplementationTarget.Factory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2025. All rights reserved.