public class net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType extends net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType
  super_class: net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType
{
  private final net.bytebuddy.pool.TypePool typePool;
    descriptor: Lnet/bytebuddy/pool/TypePool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String typePath;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, java.util.List<net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken>> annotationTokens;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;

  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.pool.TypePool, java.lang.String, java.util.Map<java.lang.String, java.util.List<net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken>>, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Ljava/lang/String;Ljava/util/Map;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
        start local 1 // net.bytebuddy.pool.TypePool typePool
        start local 2 // java.lang.String typePath
        start local 3 // java.util.Map annotationTokens
        start local 4 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 3881
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.<init>:()V
         1: .line 3885
            aload 0 /* this */
            aload 1 /* typePool */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typePool:Lnet/bytebuddy/pool/TypePool;
         2: .line 3886
            aload 0 /* this */
            aload 2 /* typePath */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typePath:Ljava/lang/String;
         3: .line 3887
            aload 0 /* this */
            aload 3 /* annotationTokens */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.annotationTokens:Ljava/util/Map;
         4: .line 3888
            aload 0 /* this */
            aload 4 /* typeDescription */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         5: .line 3889
            return
        end local 4 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 3 // java.util.Map annotationTokens
        end local 2 // java.lang.String typePath
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType;
            0    6     1          typePool  Lnet/bytebuddy/pool/TypePool;
            0    6     2          typePath  Ljava/lang/String;
            0    6     3  annotationTokens  Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;
            0    6     4   typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/pool/TypePool;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;Lnet/bytebuddy/description/type/TypeDescription;)V
    MethodParameters:
                  Name  Flags
      typePool          
      typePath          
      annotationTokens  
      typeDescription   

  protected static net.bytebuddy.description.type.TypeDescription$Generic of(net.bytebuddy.pool.TypePool, java.util.Map<java.lang.String, java.util.List<net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken>>, java.lang.String);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Ljava/util/Map;Ljava/lang/String;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // net.bytebuddy.pool.TypePool typePool
        start local 1 // java.util.Map annotationTokens
        start local 2 // java.lang.String descriptor
         0: .line 3900
            new net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType
            dup
            aload 0 /* typePool */
         1: .line 3901
            ldc ""
         2: .line 3902
            aload 1 /* annotationTokens */
            ifnonnull 4
         3: .line 3903
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            goto 5
         4: .line 3904
      StackMap locals: net.bytebuddy.pool.TypePool java.util.Map java.lang.String
      StackMap stack: new 0 new 0 net.bytebuddy.pool.TypePool java.lang.String
            aload 1 /* annotationTokens */
         5: .line 3905
      StackMap locals: net.bytebuddy.pool.TypePool java.util.Map java.lang.String
      StackMap stack: new 0 new 0 net.bytebuddy.pool.TypePool java.lang.String java.util.Map
            aload 0 /* typePool */
            aload 2 /* descriptor */
            invokestatic net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TokenizedGenericType.toErasure:(Lnet/bytebuddy/pool/TypePool;Ljava/lang/String;)Lnet/bytebuddy/description/type/TypeDescription;
         6: .line 3900
            invokespecial net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.<init>:(Lnet/bytebuddy/pool/TypePool;Ljava/lang/String;Ljava/util/Map;Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 2 // java.lang.String descriptor
        end local 1 // java.util.Map annotationTokens
        end local 0 // net.bytebuddy.pool.TypePool typePool
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0          typePool  Lnet/bytebuddy/pool/TypePool;
            0    7     1  annotationTokens  Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;
            0    7     2        descriptor  Ljava/lang/String;
    Signature: (Lnet/bytebuddy/pool/TypePool;Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;>;>;Ljava/lang/String;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
                  Name  Flags
      typePool          
      annotationTokens  
      descriptor        

  public net.bytebuddy.description.type.TypeDescription asErasure();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
         0: .line 3912
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType;

  public net.bytebuddy.description.type.TypeDescription$Generic getOwnerType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
         0: .line 3919
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 1 /* declaringType */
        start local 1 // net.bytebuddy.description.type.TypeDescription declaringType
         1: .line 3920
            aload 1 /* declaringType */
            ifnonnull 3
         2: .line 3921
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 4
         3: .line 3922
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            new net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typePool:Lnet/bytebuddy/pool/TypePool;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typePath:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.annotationTokens:Ljava/util/Map;
            aload 1 /* declaringType */
            invokespecial net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.<init>:(Lnet/bytebuddy/pool/TypePool;Ljava/lang/String;Ljava/util/Map;Lnet/bytebuddy/description/type/TypeDescription;)V
         4: .line 3920
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType;
            1    5     1  declaringType  Lnet/bytebuddy/description/type/TypeDescription;

  public net.bytebuddy.description.type.TypeDescription$Generic getComponentType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
         0: .line 3929
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 1 /* componentType */
        start local 1 // net.bytebuddy.description.type.TypeDescription componentType
         1: .line 3930
            aload 1 /* componentType */
            ifnonnull 3
         2: .line 3931
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 4
         3: .line 3932
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            new net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typePool:Lnet/bytebuddy/pool/TypePool;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typePath:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.annotationTokens:Ljava/util/Map;
            aload 1 /* componentType */
            invokespecial net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.<init>:(Lnet/bytebuddy/pool/TypePool;Ljava/lang/String;Ljava/util/Map;Lnet/bytebuddy/description/type/TypeDescription;)V
         4: .line 3930
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription componentType
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType;
            1    5     1  componentType  Lnet/bytebuddy/description/type/TypeDescription;

  public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
         0: .line 3939
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typePath:Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* typePath */
        start local 1 // java.lang.StringBuilder typePath
         1: .line 3940
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: goto 5
         3: .line 3941
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* typePath */
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            astore 1 /* typePath */
         4: .line 3940
            iinc 2 /* index */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* index */
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInnerClassCount:()I
            if_icmplt 3
        end local 2 // int index
         6: .line 3943
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.typePool:Lnet/bytebuddy/pool/TypePool;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.annotationTokens:Ljava/util/Map;
            aload 1 /* typePath */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            invokestatic net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription.asListOfNullable:(Lnet/bytebuddy/pool/TypePool;Ljava/util/List;)Lnet/bytebuddy/description/annotation/AnnotationList;
            areturn
        end local 1 // java.lang.StringBuilder typePath
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType;
            1    7     1  typePath  Ljava/lang/StringBuilder;
            2    6     2     index  I

  public net.bytebuddy.description.type.TypeDefinition getComponentType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
  public Default = net.bytebuddy.pool.TypePool$Default of net.bytebuddy.pool.TypePool
  protected LazyTypeDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription of net.bytebuddy.pool.TypePool$Default
  protected AnnotationToken = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  protected abstract GenericTypeToken = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  public abstract Resolution = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken
  public final Raw = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution
  protected RawAnnotatedType = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw
  protected LazyRawAnnotatedTypeList = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType$LazyRawAnnotatedTypeList of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType
  private LazyAnnotationDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  protected TokenizedGenericType = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TokenizedGenericType of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription