public class net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter extends net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition$AbstractBase<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter
  super_class: net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition$AbstractBase
{
  private final net.bytebuddy.description.type.TypeVariableToken token;
    descriptor: Lnet/bytebuddy/description/type/TypeVariableToken;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter this$3;
    descriptor: Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter, net.bytebuddy.description.type.TypeVariableToken);
    descriptor: (Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;Lnet/bytebuddy/description/type/TypeVariableToken;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter this
        start local 2 // net.bytebuddy.description.type.TypeVariableToken token
         0: .line 4376
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            aload 0 /* this */
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition$AbstractBase.<init>:()V
         1: .line 4377
            aload 0 /* this */
            aload 2 /* token */
            putfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.token:Lnet/bytebuddy/description/type/TypeVariableToken;
         2: .line 4378
            return
        end local 2 // net.bytebuddy.description.type.TypeVariableToken token
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter;
            0    3     2  token  Lnet/bytebuddy/description/type/TypeVariableToken;
    MethodParameters:
        Name  Flags
      this$0  final
      token   

  public net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition<U> annotateTypeVariable(java.util.Collection<? extends net.bytebuddy.description.annotation.AnnotationDescription>);
    descriptor: (Ljava/util/Collection;)Lnet/bytebuddy/dynamic/DynamicType$Builder$TypeVariableDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter this
        start local 1 // java.util.Collection annotations
         0: .line 4384
            new net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            new net.bytebuddy.description.type.TypeVariableToken
            dup
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.token:Lnet/bytebuddy/description/type/TypeVariableToken;
            invokevirtual net.bytebuddy.description.type.TypeVariableToken.getSymbol:()Ljava/lang/String;
         1: .line 4385
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.token:Lnet/bytebuddy/description/type/TypeVariableToken;
            invokevirtual net.bytebuddy.description.type.TypeVariableToken.getBounds:()Lnet/bytebuddy/description/type/TypeList$Generic;
         2: .line 4386
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.token:Lnet/bytebuddy/description/type/TypeVariableToken;
            invokevirtual net.bytebuddy.description.type.TypeVariableToken.getAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            new java.util.ArrayList
            dup
            aload 1 /* annotations */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
            invokespecial net.bytebuddy.description.type.TypeVariableToken.<init>:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
         3: .line 4384
            invokespecial net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.<init>:(Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;Lnet/bytebuddy/description/type/TypeVariableToken;)V
            areturn
        end local 1 // java.util.Collection annotations
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter;
            0    4     1  annotations  Ljava/util/Collection<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;
    Signature: (Ljava/util/Collection<+Lnet/bytebuddy/description/annotation/AnnotationDescription;>;)Lnet/bytebuddy/dynamic/DynamicType$Builder$TypeVariableDefinition<TU;>;
    MethodParameters:
             Name  Flags
      annotations  

  protected net.bytebuddy.dynamic.DynamicType$Builder<U> materialize();
    descriptor: ()Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=17, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter this
         0: .line 4391
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.instrumentedType:Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.token:Lnet/bytebuddy/description/type/TypeVariableToken;
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName.withTypeVariable:(Lnet/bytebuddy/description/type/TypeVariableToken;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;
         1: .line 4392
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.fieldRegistry:Lnet/bytebuddy/dynamic/scaffold/FieldRegistry;
         2: .line 4393
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.methodRegistry:Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;
         3: .line 4394
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.typeAttributeAppender:Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;
         4: .line 4395
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.asmVisitorWrapper:Lnet/bytebuddy/asm/AsmVisitorWrapper;
         5: .line 4396
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.classFileVersion:Lnet/bytebuddy/ClassFileVersion;
         6: .line 4397
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.auxiliaryTypeNamingStrategy:Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;
         7: .line 4398
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.annotationValueFilterFactory:Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;
         8: .line 4399
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.annotationRetention:Lnet/bytebuddy/implementation/attribute/AnnotationRetention;
         9: .line 4400
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.implementationContextFactory:Lnet/bytebuddy/implementation/Implementation$Context$Factory;
        10: .line 4401
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
        11: .line 4402
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.typeValidation:Lnet/bytebuddy/dynamic/scaffold/TypeValidation;
        12: .line 4403
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.visibilityBridgeStrategy:Lnet/bytebuddy/dynamic/VisibilityBridgeStrategy;
        13: .line 4404
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.classWriterStrategy:Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;
        14: .line 4405
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.ignoredMethods:Lnet/bytebuddy/matcher/LatentMatcher;
        15: .line 4406
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter.this$3:Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter;
            getfield net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.auxiliaryTypes:Ljava/util/List;
        16: .line 4391
            invokevirtual net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter.materialize:(Lnet/bytebuddy/dynamic/scaffold/InstrumentedType$WithFlexibleName;Lnet/bytebuddy/dynamic/scaffold/FieldRegistry;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;Lnet/bytebuddy/implementation/attribute/TypeAttributeAppender;Lnet/bytebuddy/asm/AsmVisitorWrapper;Lnet/bytebuddy/ClassFileVersion;Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType$NamingStrategy;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter$Factory;Lnet/bytebuddy/implementation/attribute/AnnotationRetention;Lnet/bytebuddy/implementation/Implementation$Context$Factory;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/VisibilityBridgeStrategy;Lnet/bytebuddy/dynamic/scaffold/ClassWriterStrategy;Lnet/bytebuddy/matcher/LatentMatcher;Ljava/util/List;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
            areturn
        end local 0 // net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lnet/bytebuddy/dynamic/DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter;
    Signature: ()Lnet/bytebuddy/dynamic/DynamicType$Builder<TU;>;
}
Signature: Lnet/bytebuddy/dynamic/DynamicType$Builder$TypeVariableDefinition$AbstractBase<TU;>;
SourceFile: "DynamicType.java"
NestHost: net.bytebuddy.dynamic.DynamicType
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType
  public abstract AbstractBase = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract Adapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase
  protected TypeVariableDefinitionAdapter = net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter$TypeVariableDefinitionAdapter of net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Adapter
  public abstract TypeVariableDefinition = net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition of net.bytebuddy.dynamic.DynamicType$Builder
  public abstract AbstractBase = net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition$AbstractBase of net.bytebuddy.dynamic.DynamicType$Builder$TypeVariableDefinition
  public abstract WithFlexibleName = net.bytebuddy.dynamic.scaffold.InstrumentedType$WithFlexibleName of net.bytebuddy.dynamic.scaffold.InstrumentedType
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Factory = net.bytebuddy.implementation.Implementation$Context$Factory of net.bytebuddy.implementation.Implementation$Context
  public abstract Factory = net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory of net.bytebuddy.implementation.attribute.AnnotationValueFilter
  public abstract NamingStrategy = net.bytebuddy.implementation.auxiliary.AuxiliaryType$NamingStrategy of net.bytebuddy.implementation.auxiliary.AuxiliaryType
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)