Uses of Class
net.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy.Default
-
Packages that use ConstructorStrategy.Default Package Description net.bytebuddy.dynamic.scaffold.subclass All classes and types in this package are related to creating aDynamicType
by creating a subclass of a given type. -
-
Uses of ConstructorStrategy.Default in net.bytebuddy.dynamic.scaffold.subclass
Fields in net.bytebuddy.dynamic.scaffold.subclass declared as ConstructorStrategy.Default Modifier and Type Field Description private ConstructorStrategy.Default
ConstructorStrategy.Default.WithMethodAttributeAppenderFactory. delegate
The delegate default constructor strategy.Methods in net.bytebuddy.dynamic.scaffold.subclass that return ConstructorStrategy.Default Modifier and Type Method Description static ConstructorStrategy.Default
ConstructorStrategy.Default. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConstructorStrategy.Default[]
ConstructorStrategy.Default. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.dynamic.scaffold.subclass with parameters of type ConstructorStrategy.Default Constructor Description WithMethodAttributeAppenderFactory(ConstructorStrategy.Default delegate, MethodAttributeAppender.Factory methodAttributeAppenderFactory)
Creates a new wrapper for a default constructor strategy.
-