Package net.bytebuddy.dynamic.scaffold.subclass
@ByDefault
package 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.-
ClassDescriptionA constructor strategy is responsible for creating bootstrap constructors for a
SubclassDynamicTypeBuilder
.Default implementations of constructor strategies.A wrapper for a default constructor strategy which additionally applies a method attribute appender factory.A constructor strategy that creates a default constructor that invokes a super constructor with default arguments.A type builder that creates an instrumented type as a subclass, i.e.A matcher that locates all methods that are overridable and not ignored or that are directly defined on the instrumented type.An implementation target for creating a subclass of a given type.A factory for creating aSubclassImplementationTarget
.Responsible for identifying the origin type that an implementation target represents whenImplementation.Target.getOriginType()
is invoked.