final class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType extends java.lang.Enum<org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType
  super_class: java.lang.Enum
{
  public static final org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType MessageBodyReader;
    descriptor: Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType MessageBodyWriter;
    descriptor: Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType ClientExecution;
    descriptor: Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  java.lang.Class<?> clazz;
    descriptor: Ljava/lang/Class;
    flags: (0x0000) 
    Signature: Ljava/lang/Class<*>;

  private static final org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType[] ENUM$VALUES;
    descriptor: [Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 27
            new org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType
            dup
            ldc "MessageBodyReader"
            iconst_0
            ldc Ljavax/ws/rs/ext/ReaderInterceptor;
            invokespecial org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.<init>:(Ljava/lang/String;ILjava/lang/Class;)V
            putstatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.MessageBodyReader:Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
         1: .line 28
            new org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType
            dup
            ldc "MessageBodyWriter"
            iconst_1
         2: .line 29
            ldc Ljavax/ws/rs/ext/WriterInterceptor;
            invokespecial org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.<init>:(Ljava/lang/String;ILjava/lang/Class;)V
         3: .line 28
            putstatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.MessageBodyWriter:Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
         4: .line 30
            new org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType
            dup
            ldc "ClientExecution"
            iconst_2
         5: .line 31
            ldc Lorg/jboss/resteasy/spi/interception/ClientExecutionInterceptor;
            invokespecial org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.<init>:(Ljava/lang/String;ILjava/lang/Class;)V
         6: .line 30
            putstatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.ClientExecution:Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
         7: .line 25
            iconst_3
            anewarray org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType
            dup
            iconst_0
            getstatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.MessageBodyReader:Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
            aastore
            dup
            iconst_1
            getstatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.MessageBodyWriter:Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
            aastore
            dup
            iconst_2
            getstatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.ClientExecution:Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
            aastore
            putstatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.ENUM$VALUES:[Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType getInterceptorTypeFor(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.Class type
         0: .line 37
            invokestatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.values:()[Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: java.lang.Class top int int org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* interceptorType */
        start local 1 // org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType interceptorType
         2: .line 39
            aload 0 /* type */
            aload 1 /* interceptorType */
            getfield org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.clazz:Ljava/lang/Class;
            if_acmpne 4
         3: .line 41
            aload 1 /* interceptorType */
            areturn
        end local 1 // org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType interceptorType
         4: .line 37
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 44
            aconst_null
            areturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             type  Ljava/lang/Class<*>;
            2    4     1  interceptorType  Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    Signature: (Ljava/lang/Class<*>;)Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    MethodParameters:
      Name  Flags
      type  

  private void <init>(java.lang.Class<?>);
    descriptor: (Ljava/lang/String;ILjava/lang/Class;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType this
        start local 3 // java.lang.Class clazz
         0: .line 47
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 49
            aload 0 /* this */
            aload 3 /* clazz */
            putfield org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.clazz:Ljava/lang/Class;
         2: .line 50
            return
        end local 3 // java.lang.Class clazz
        end local 0 // org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
            0    3     3  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      clazz          

  public static org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType[] values();
    descriptor: ()[Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType.ENUM$VALUES:[Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl$InterceptorType;>;
SourceFile: "ClientInterceptorRepositoryImpl.java"
NestHost: org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
InnerClasses:
  private final InterceptorType = org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl$InterceptorType of org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl