Uses of Enum Class
net.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy.Default
Packages that use ConstructorStrategy.Default
Package
Description
All classes and types in this package are related to creating a
DynamicType
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.DefaultModifier and TypeFieldDescriptionprivate final ConstructorStrategy.Default
ConstructorStrategy.Default.WithMethodAttributeAppenderFactory.delegate
The delegate default constructor strategy.Methods in net.bytebuddy.dynamic.scaffold.subclass that return ConstructorStrategy.DefaultModifier and TypeMethodDescriptionstatic ConstructorStrategy.Default
Returns the enum constant of this class with the specified name.static ConstructorStrategy.Default[]
ConstructorStrategy.Default.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.bytebuddy.dynamic.scaffold.subclass with parameters of type ConstructorStrategy.DefaultModifierConstructorDescriptionprotected
WithMethodAttributeAppenderFactory
(ConstructorStrategy.Default delegate, MethodAttributeAppender.Factory methodAttributeAppenderFactory) Creates a new wrapper for a default constructor strategy.