Class DynamicType.Builder.AbstractBase.Adapter.TypeVariableDefinitionAdapter

All Implemented Interfaces:
DynamicType.Builder<U>, DynamicType.Builder.TypeVariableDefinition<U>
Enclosing class:
DynamicType.Builder.AbstractBase.Adapter<U>

@Enhance(includeSyntheticFields=true) protected class DynamicType.Builder.AbstractBase.Adapter.TypeVariableDefinitionAdapter extends DynamicType.Builder.TypeVariableDefinition.AbstractBase<U>
An adapter for defining a new type variable for the instrumented type.
  • Field Details

    • token

      private final TypeVariableToken token
      The current definition of the type variable.
  • Constructor Details

    • TypeVariableDefinitionAdapter

      protected TypeVariableDefinitionAdapter(TypeVariableToken token)
      Creates a new type variable definition adapter.
      Parameters:
      token - The current definition of the type variable.
  • Method Details