Class SubclassDynamicTypeBuilder<T>

Type Parameters:
T - A loaded type that the dynamic type is guaranteed to be a subtype of.
All Implemented Interfaces:
DynamicType.Builder<T>

@Enhance public class SubclassDynamicTypeBuilder<T> extends DynamicType.Builder.AbstractBase.Adapter<T>
A type builder that creates an instrumented type as a subclass, i.e. a type that is not based on an existing class file.