Uses of Enum
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
Subclasses with type arguments of type ConstructorStrategy.Default in net.bytebuddy.dynamic.scaffold.subclassModifier and TypeClassDescriptionstatic enumDefault implementations of constructor strategies.Methods in net.bytebuddy.dynamic.scaffold.subclass that return ConstructorStrategy.DefaultModifier and TypeMethodDescriptionstatic ConstructorStrategy.DefaultReturns 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.DefaultModifierConstructorDescriptionprotectedWithMethodAttributeAppenderFactory(ConstructorStrategy.Default delegate, MethodAttributeAppender.Factory methodAttributeAppenderFactory) Creates a new wrapper for a default constructor strategy.