Uses of Class
net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.Factory
-
Packages that use SubclassImplementationTarget.Factory Package Description net.bytebuddy.dynamic.scaffold.subclass All classes and types in this package are related to creating aDynamicTypeby creating a subclass of a given type. -
-
Uses of SubclassImplementationTarget.Factory in net.bytebuddy.dynamic.scaffold.subclass
Methods in net.bytebuddy.dynamic.scaffold.subclass that return SubclassImplementationTarget.Factory Modifier and Type Method Description static SubclassImplementationTarget.FactorySubclassImplementationTarget.Factory. valueOf(java.lang.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.
-