Class DynamicType.Builder.TypeVariableDefinition.AbstractBase<U>

java.lang.Object
net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase<U>
net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator<U>
net.bytebuddy.dynamic.DynamicType.Builder.TypeVariableDefinition.AbstractBase<U>
Type Parameters:
U - A loaded type that the built type is guaranteed to be a subclass of.
All Implemented Interfaces:
DynamicType.Builder<U>, DynamicType.Builder.TypeVariableDefinition<U>
Direct Known Subclasses:
DynamicType.Builder.AbstractBase.Adapter.TypeVariableDefinitionAdapter
Enclosing interface:
DynamicType.Builder.TypeVariableDefinition<S>

public abstract static class DynamicType.Builder.TypeVariableDefinition.AbstractBase<U> extends DynamicType.Builder.AbstractBase.Delegator<U> implements DynamicType.Builder.TypeVariableDefinition<U>
An abstract base implementation of a type variable definition.