public final class org.glassfish.jersey.internal.util.ReflectionHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.jersey.internal.util.ReflectionHelper
  super_class: java.lang.Object
{
  private static final java.util.logging.Logger LOGGER;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.security.PrivilegedAction<?> NoOpPrivilegedACTION;
    descriptor: Ljava/security/PrivilegedAction;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/security/PrivilegedAction<*>;

  private static final org.glassfish.jersey.internal.util.TypeVisitor<java.lang.Class> eraser;
    descriptor: Lorg/glassfish/jersey/internal/util/TypeVisitor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/glassfish/jersey/internal/util/TypeVisitor<Ljava/lang/Class;>;

  private static final java.lang.Class<?> bundleReferenceClass;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 71
            ldc Lorg/glassfish/jersey/internal/util/ReflectionHelper;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
            putstatic org.glassfish.jersey.internal.util.ReflectionHelper.LOGGER:Ljava/util/logging/Logger;
         1: .line 72
            new org.glassfish.jersey.internal.util.ReflectionHelper$1
            dup
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$1.<init>:()V
            putstatic org.glassfish.jersey.internal.util.ReflectionHelper.NoOpPrivilegedACTION:Ljava/security/PrivilegedAction;
         2: .line 603
            new org.glassfish.jersey.internal.util.ReflectionHelper$2
            dup
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$2.<init>:()V
            putstatic org.glassfish.jersey.internal.util.ReflectionHelper.eraser:Lorg/glassfish/jersey/internal/util/TypeVisitor;
         3: .line 1471
            ldc "org.osgi.framework.BundleReference"
            aconst_null
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.classForNamePA:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/security/PrivilegedAction;
         4: .line 1470
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Class
            putstatic org.glassfish.jersey.internal.util.ReflectionHelper.bundleReferenceClass:Ljava/lang/Class;
         5: .line 1471
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.internal.util.ReflectionHelper this
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            new java.lang.AssertionError
            dup
            ldc "No instances allowed."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // org.glassfish.jersey.internal.util.ReflectionHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/jersey/internal/util/ReflectionHelper;

  public static java.lang.Class<?> getDeclaringClass(java.lang.reflect.AccessibleObject);
    descriptor: (Ljava/lang/reflect/AccessibleObject;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.reflect.AccessibleObject ao
         0: .line 98
            aload 0 /* ao */
            instanceof java.lang.reflect.Member
            ifeq 2
            aload 0 /* ao */
            instanceof java.lang.reflect.Field
            ifne 1
            aload 0 /* ao */
            instanceof java.lang.reflect.Method
            ifne 1
            aload 0 /* ao */
            instanceof java.lang.reflect.Constructor
            ifeq 2
         1: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* ao */
            checkcast java.lang.reflect.Member
            invokeinterface java.lang.reflect.Member.getDeclaringClass:()Ljava/lang/Class;
            areturn
         2: .line 101
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported accessible object type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* ao */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.reflect.AccessibleObject ao
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    ao  Ljava/lang/reflect/AccessibleObject;
    Signature: (Ljava/lang/reflect/AccessibleObject;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      ao    final

  public static java.lang.String objectToString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object o
         0: .line 122
            aload 0 /* o */
            ifnonnull 2
         1: .line 123
            ldc "null"
            areturn
         2: .line 125
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 64
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* o */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // java.lang.Object o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public static java.lang.String methodInstanceToString(java.lang.Object, java.lang.reflect.Method);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.lang.Object o
        start local 1 // java.lang.reflect.Method m
         0: .line 149
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         1: .line 150
            aload 2 /* sb */
            aload 0 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 151
            bipush 64
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* o */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 152
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 1 /* m */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 154
            aload 1 /* m */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            astore 3 /* params */
        start local 3 // java.lang.Class[] params
         5: .line 155
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 11
         7: .line 156
      StackMap locals: java.lang.StringBuilder java.lang.Class[] int
      StackMap stack:
            aload 2 /* sb */
            aload 3 /* params */
            iload 4 /* i */
            aaload
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getTypeName:(Ljava/lang/Class;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 157
            iload 4 /* i */
            aload 3 /* params */
            arraylength
            iconst_1
            isub
            if_icmpge 10
         9: .line 158
            aload 2 /* sb */
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 155
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            aload 3 /* params */
            arraylength
            if_icmplt 7
        end local 4 // int i
        12: .line 162
            aload 2 /* sb */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        13: .line 164
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.Class[] params
        end local 2 // java.lang.StringBuilder sb
        end local 1 // java.lang.reflect.Method m
        end local 0 // java.lang.Object o
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0       o  Ljava/lang/Object;
            0   14     1       m  Ljava/lang/reflect/Method;
            1   14     2      sb  Ljava/lang/StringBuilder;
            5   14     3  params  [Ljava/lang/Class;
            6   12     4       i  I
    MethodParameters:
      Name  Flags
      o     final
      m     final

  private static java.lang.String getTypeName(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.Class type
         0: .line 178
            aload 0 /* type */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 15
         1: .line 179
            aload 0 /* type */
            astore 1 /* cl */
        start local 1 // java.lang.Class cl
         2: .line 180
            iconst_0
            istore 2 /* dimensions */
        start local 2 // int dimensions
         3: .line 181
            goto 6
         4: .line 182
      StackMap locals: java.lang.Class int
      StackMap stack:
            iinc 2 /* dimensions */ 1
         5: .line 183
            aload 1 /* cl */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            astore 1 /* cl */
         6: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* cl */
            invokevirtual java.lang.Class.isArray:()Z
            ifne 4
         7: .line 185
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 3 /* sb */
        start local 3 // java.lang.StringBuilder sb
         8: .line 186
            aload 3 /* sb */
            aload 1 /* cl */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 187
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 13
        11: .line 188
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 3 /* sb */
            ldc "[]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 187
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            iload 2 /* dimensions */
            if_icmplt 11
        end local 4 // int i
        14: .line 190
            aload 3 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuilder sb
        end local 2 // int dimensions
        end local 1 // java.lang.Class cl
        15: .line 192
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* type */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            areturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        type  Ljava/lang/Class<*>;
            2   15     1          cl  Ljava/lang/Class<*>;
            3   15     2  dimensions  I
            8   15     3          sb  Ljava/lang/StringBuilder;
           10   14     4           i  I
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  final

  public static <T> java.security.PrivilegedAction<java.lang.Class<T>> classForNamePA(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 212
            aload 0 /* name */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getContextClassLoader:()Ljava/lang/ClassLoader;
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.classForNamePA:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/security/PrivilegedAction;
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)Ljava/security/PrivilegedAction<Ljava/lang/Class<TT;>;>;
    MethodParameters:
      Name  Flags
      name  final

  public static <T> java.security.PrivilegedAction<java.lang.Class<T>> classForNamePA(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String name
        start local 1 // java.lang.ClassLoader cl
         0: .line 229
            new org.glassfish.jersey.internal.util.ReflectionHelper$3
            dup
            aload 1 /* cl */
            aload 0 /* name */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$3.<init>:(Ljava/lang/ClassLoader;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.ClassLoader cl
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
            0    1     1    cl  Ljava/lang/ClassLoader;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/security/PrivilegedAction<Ljava/lang/Class<TT;>;>;
    MethodParameters:
      Name  Flags
      name  final
      cl    final

  public static java.security.PrivilegedAction<java.lang.ClassLoader> getClassLoaderPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 266
            new org.glassfish.jersey.internal.util.ReflectionHelper$4
            dup
            aload 0 /* clazz */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$4.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<Ljava/lang/ClassLoader;>;
    MethodParameters:
       Name  Flags
      clazz  final

  public static java.security.PrivilegedAction<java.lang.reflect.Field[]> getDeclaredFieldsPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 284
            new org.glassfish.jersey.internal.util.ReflectionHelper$5
            dup
            aload 0 /* clazz */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$5.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<[Ljava/lang/reflect/Field;>;
    MethodParameters:
       Name  Flags
      clazz  final

  public static java.security.PrivilegedAction<java.lang.reflect.Field[]> getAllFieldsPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 302
            new org.glassfish.jersey.internal.util.ReflectionHelper$6
            dup
            aload 0 /* clazz */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$6.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<[Ljava/lang/reflect/Field;>;
    MethodParameters:
       Name  Flags
      clazz  final

  public static java.security.PrivilegedAction<java.util.Collection<? extends java.lang.reflect.Method>> getDeclaredMethodsPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 329
            new org.glassfish.jersey.internal.util.ReflectionHelper$7
            dup
            aload 0 /* clazz */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$7.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<Ljava/util/Collection<+Ljava/lang/reflect/Method;>;>;
    MethodParameters:
       Name  Flags
      clazz  final

  public static <T> java.security.PrivilegedExceptionAction<java.lang.Class<T>> classForNameWithExceptionPEA(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/security/PrivilegedExceptionAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 354
            aload 0 /* name */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getContextClassLoader:()Ljava/lang/ClassLoader;
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.classForNameWithExceptionPEA:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/security/PrivilegedExceptionAction;
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)Ljava/security/PrivilegedExceptionAction<Ljava/lang/Class<TT;>;>;
    MethodParameters:
      Name  Flags
      name  final

  public static <T> java.security.PrivilegedExceptionAction<java.lang.Class<T>> classForNameWithExceptionPEA(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/security/PrivilegedExceptionAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String name
        start local 1 // java.lang.ClassLoader cl
         0: .line 374
            new org.glassfish.jersey.internal.util.ReflectionHelper$8
            dup
            aload 1 /* cl */
            aload 0 /* name */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$8.<init>:(Ljava/lang/ClassLoader;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.ClassLoader cl
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
            0    1     1    cl  Ljava/lang/ClassLoader;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/security/PrivilegedExceptionAction<Ljava/lang/Class<TT;>;>;
    MethodParameters:
      Name  Flags
      name  final
      cl    final

  public static java.security.PrivilegedAction<java.lang.ClassLoader> getContextClassLoaderPA();
    descriptor: ()Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 399
            new org.glassfish.jersey.internal.util.ReflectionHelper$9
            dup
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$9.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/security/PrivilegedAction<Ljava/lang/ClassLoader;>;

  private static java.lang.ClassLoader getContextClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 413
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getContextClassLoaderPA:()Ljava/security/PrivilegedAction;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.ClassLoader
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.security.PrivilegedAction setContextClassLoaderPA(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.ClassLoader classLoader
         0: .line 426
            new org.glassfish.jersey.internal.util.ReflectionHelper$10
            dup
            aload 0 /* classLoader */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$10.<init>:(Ljava/lang/ClassLoader;)V
            areturn
        end local 0 // java.lang.ClassLoader classLoader
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  classLoader  Ljava/lang/ClassLoader;
    MethodParameters:
             Name  Flags
      classLoader  final

  public static java.security.PrivilegedAction setAccessibleMethodPA(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method m
         0: .line 445
            aload 0 /* m */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 2
         1: .line 446
            getstatic org.glassfish.jersey.internal.util.ReflectionHelper.NoOpPrivilegedACTION:Ljava/security/PrivilegedAction;
            areturn
         2: .line 449
      StackMap locals:
      StackMap stack:
            new org.glassfish.jersey.internal.util.ReflectionHelper$11
            dup
            aload 0 /* m */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$11.<init>:(Ljava/lang/reflect/Method;)V
            areturn
        end local 0 // java.lang.reflect.Method m
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     m  Ljava/lang/reflect/Method;
    MethodParameters:
      Name  Flags
      m     final

  public static java.util.List<java.lang.Class<?>> getGenericTypeArgumentClasses(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 485
            aload 0 /* type */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getTypeArguments:(Ljava/lang/reflect/Type;)[Ljava/lang/reflect/Type;
            astore 1 /* types */
        start local 1 // java.lang.reflect.Type[] types
         1: .line 486
            aload 1 /* types */
            ifnonnull 3
         2: .line 487
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         3: .line 490
      StackMap locals: java.lang.reflect.Type[]
      StackMap stack:
            aload 1 /* types */
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
         4: .line 491
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/glassfish/jersey/internal/util/ReflectionHelper.erasure(Ljava/lang/reflect/Type;)Ljava/lang/Class; (6)
                  (Ljava/lang/reflect/Type;)Ljava/lang/Class;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         5: .line 492
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
         6: .line 490
            areturn
        end local 1 // java.lang.reflect.Type[] types
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   type  Ljava/lang/reflect/Type;
            1    7     1  types  [Ljava/lang/reflect/Type;
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/reflect/Type;)Ljava/util/List<Ljava/lang/Class<*>;>;
    MethodParameters:
      Name  Flags
      type  final

  public static java.util.List<org.glassfish.jersey.internal.util.collection.ClassTypePair> getTypeArgumentAndClass(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 519
            aload 0 /* type */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getTypeArguments:(Ljava/lang/reflect/Type;)[Ljava/lang/reflect/Type;
            astore 1 /* types */
        start local 1 // java.lang.reflect.Type[] types
         1: .line 520
            aload 1 /* types */
            ifnonnull 3
         2: .line 521
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         3: .line 524
      StackMap locals: java.lang.reflect.Type[]
      StackMap stack:
            aload 1 /* types */
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
         4: .line 525
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/glassfish/jersey/internal/util/ReflectionHelper.lambda$1(Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair; (6)
                  (Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         5: .line 526
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
         6: .line 524
            areturn
        end local 1 // java.lang.reflect.Type[] types
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   type  Ljava/lang/reflect/Type;
            1    7     1  types  [Ljava/lang/reflect/Type;
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/reflect/Type;)Ljava/util/List<Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;>;
    MethodParameters:
      Name  Flags
      type  final

  public static boolean isPrimitive(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 536
            aload 0 /* type */
            instanceof java.lang.Class
            ifeq 3
         1: .line 537
            aload 0 /* type */
            checkcast java.lang.Class
            astore 1 /* c */
        start local 1 // java.lang.Class c
         2: .line 538
            aload 1 /* c */
            invokevirtual java.lang.Class.isPrimitive:()Z
            ireturn
        end local 1 // java.lang.Class c
         3: .line 540
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  type  Ljava/lang/reflect/Type;
            2    3     1     c  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      type  final

  public static java.lang.reflect.Type[] getTypeArguments(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)[Ljava/lang/reflect/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 553
            aload 0 /* type */
            instanceof java.lang.reflect.ParameterizedType
            ifne 2
         1: .line 554
            aconst_null
            areturn
         2: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            checkcast java.lang.reflect.ParameterizedType
            invokeinterface java.lang.reflect.ParameterizedType.getActualTypeArguments:()[Ljava/lang/reflect/Type;
            areturn
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  type  Ljava/lang/reflect/Type;
    MethodParameters:
      Name  Flags
      type  final

  public static java.lang.reflect.Type getTypeArgument(java.lang.reflect.Type, int);
    descriptor: (Ljava/lang/reflect/Type;I)Ljava/lang/reflect/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.reflect.Type type
        start local 1 // int index
         0: .line 572
            aload 0 /* type */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 3
         1: .line 573
            aload 0 /* type */
            checkcast java.lang.reflect.ParameterizedType
            astore 2 /* p */
        start local 2 // java.lang.reflect.ParameterizedType p
         2: .line 574
            aload 2 /* p */
            invokeinterface java.lang.reflect.ParameterizedType.getActualTypeArguments:()[Ljava/lang/reflect/Type;
            iload 1 /* index */
            aaload
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.fix:(Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;
            areturn
        end local 2 // java.lang.reflect.ParameterizedType p
         3: .line 577
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   type  Ljava/lang/reflect/Type;
            0    4     1  index  I
            2    3     2      p  Ljava/lang/reflect/ParameterizedType;
    MethodParameters:
       Name  Flags
      type   final
      index  final

  private static java.lang.reflect.Type fix(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.lang.reflect.Type t
         0: .line 587
            aload 0 /* t */
            instanceof java.lang.reflect.GenericArrayType
            ifne 2
         1: .line 588
            aload 0 /* t */
            areturn
         2: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* t */
            checkcast java.lang.reflect.GenericArrayType
            astore 1 /* gat */
        start local 1 // java.lang.reflect.GenericArrayType gat
         3: .line 592
            aload 1 /* gat */
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            instanceof java.lang.Class
            ifeq 6
         4: .line 593
            aload 1 /* gat */
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            checkcast java.lang.Class
            astore 2 /* c */
        start local 2 // java.lang.Class c
         5: .line 594
            aload 2 /* c */
            iconst_0
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            areturn
        end local 2 // java.lang.Class c
         6: .line 597
      StackMap locals: java.lang.reflect.GenericArrayType
      StackMap stack:
            aload 0 /* t */
            areturn
        end local 1 // java.lang.reflect.GenericArrayType gat
        end local 0 // java.lang.reflect.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     t  Ljava/lang/reflect/Type;
            3    7     1   gat  Ljava/lang/reflect/GenericArrayType;
            5    6     2     c  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      t     final

  public static <T> java.lang.Class<T> erasure(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 645
            getstatic org.glassfish.jersey.internal.util.ReflectionHelper.eraser:Lorg/glassfish/jersey/internal/util/TypeVisitor;
            aload 0 /* type */
            invokevirtual org.glassfish.jersey.internal.util.TypeVisitor.visit:(Ljava/lang/reflect/Type;)Ljava/lang/Object;
            checkcast java.lang.Class
            areturn
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  type  Ljava/lang/reflect/Type;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/reflect/Type;)Ljava/lang/Class<TT;>;
    MethodParameters:
      Name  Flags
      type  final

  public static boolean isSubClassOf(java.lang.reflect.Type, java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.reflect.Type subType
        start local 1 // java.lang.reflect.Type superType
         0: .line 657
            aload 1 /* superType */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.erasure:(Ljava/lang/reflect/Type;)Ljava/lang/Class;
            aload 0 /* subType */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.erasure:(Ljava/lang/reflect/Type;)Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // java.lang.reflect.Type superType
        end local 0 // java.lang.reflect.Type subType
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0    subType  Ljava/lang/reflect/Type;
            0    1     1  superType  Ljava/lang/reflect/Type;
    MethodParameters:
           Name  Flags
      subType    final
      superType  final

  public static boolean isArray(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 667
            aload 0 /* type */
            instanceof java.lang.Class
            ifeq 3
         1: .line 668
            aload 0 /* type */
            checkcast java.lang.Class
            astore 1 /* c */
        start local 1 // java.lang.Class c
         2: .line 669
            aload 1 /* c */
            invokevirtual java.lang.Class.isArray:()Z
            ireturn
        end local 1 // java.lang.Class c
         3: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.GenericArrayType
            ireturn
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  type  Ljava/lang/reflect/Type;
            2    3     1     c  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      type  final

  public static boolean isArrayOfType(java.lang.reflect.Type, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Type;Ljava/lang/Class;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.reflect.Type type
        start local 1 // java.lang.Class componentType
         0: .line 683
            aload 0 /* type */
            instanceof java.lang.Class
            ifeq 4
         1: .line 684
            aload 0 /* type */
            checkcast java.lang.Class
            astore 2 /* c */
        start local 2 // java.lang.Class c
         2: .line 685
            aload 2 /* c */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 3
            aload 2 /* c */
            ldc [B
            if_acmpeq 3
            iconst_1
            ireturn
      StackMap locals: java.lang.Class
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // java.lang.Class c
         4: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 8
         5: .line 688
            aload 0 /* type */
            checkcast java.lang.reflect.GenericArrayType
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            astore 2 /* arrayComponentType */
        start local 2 // java.lang.reflect.Type arrayComponentType
         6: .line 689
            aload 2 /* arrayComponentType */
            aload 1 /* componentType */
            if_acmpne 7
            iconst_1
            ireturn
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // java.lang.reflect.Type arrayComponentType
         8: .line 691
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Class componentType
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                type  Ljava/lang/reflect/Type;
            0    9     1       componentType  Ljava/lang/Class<*>;
            2    4     2                   c  Ljava/lang/Class;
            6    8     2  arrayComponentType  Ljava/lang/reflect/Type;
    Signature: (Ljava/lang/reflect/Type;Ljava/lang/Class<*>;)Z
    MethodParameters:
               Name  Flags
      type           final
      componentType  final

  public static java.lang.reflect.Type getArrayComponentType(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 702
            aload 0 /* type */
            instanceof java.lang.Class
            ifeq 3
         1: .line 703
            aload 0 /* type */
            checkcast java.lang.Class
            astore 1 /* c */
        start local 1 // java.lang.Class c
         2: .line 704
            aload 1 /* c */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            areturn
        end local 1 // java.lang.Class c
         3: .line 706
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 5
         4: .line 707
            aload 0 /* type */
            checkcast java.lang.reflect.GenericArrayType
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            areturn
         5: .line 710
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  type  Ljava/lang/reflect/Type;
            2    3     1     c  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      type  final

  public static java.lang.Class<?> getArrayForComponentType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Class c
         0: .line 721
            aload 0 /* c */
            iconst_0
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         1: .line 722
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
         2: areturn
        end local 1 // java.lang.Object o
         3: .line 723
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         4: .line 724
            new java.lang.IllegalArgumentException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     c  Ljava/lang/Class<*>;
            1    3     1     o  Ljava/lang/Object;
            4    5     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      c     final

  public static java.security.PrivilegedAction<java.lang.reflect.Method> getValueOfStringMethodPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 740
            aload 0 /* clazz */
            ldc "valueOf"
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getStringToObjectMethodPA:(Ljava/lang/Class;Ljava/lang/String;)Ljava/security/PrivilegedAction;
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<Ljava/lang/reflect/Method;>;
    MethodParameters:
       Name  Flags
      clazz  final

  public static java.security.PrivilegedAction<java.lang.reflect.Method> getFromStringStringMethodPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 755
            aload 0 /* clazz */
            ldc "fromString"
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getStringToObjectMethodPA:(Ljava/lang/Class;Ljava/lang/String;)Ljava/security/PrivilegedAction;
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<Ljava/lang/reflect/Method;>;
    MethodParameters:
       Name  Flags
      clazz  final

  private static java.security.PrivilegedAction<java.lang.reflect.Method> getStringToObjectMethodPA(java.lang.Class<?>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Ljava/security/PrivilegedAction;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Class clazz
        start local 1 // java.lang.String methodName
         0: .line 770
            new org.glassfish.jersey.internal.util.ReflectionHelper$12
            dup
            aload 0 /* clazz */
            aload 1 /* methodName */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$12.<init>:(Ljava/lang/Class;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String methodName
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0       clazz  Ljava/lang/Class<*>;
            0    1     1  methodName  Ljava/lang/String;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/String;)Ljava/security/PrivilegedAction<Ljava/lang/reflect/Method;>;
    MethodParameters:
            Name  Flags
      clazz       final
      methodName  final

  public static java.security.PrivilegedAction<java.lang.reflect.Constructor> getStringConstructorPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 797
            new org.glassfish.jersey.internal.util.ReflectionHelper$13
            dup
            aload 0 /* clazz */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$13.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<Ljava/lang/reflect/Constructor;>;
    MethodParameters:
       Name  Flags
      clazz  final

  public static java.security.PrivilegedAction<java.lang.reflect.Constructor<?>[]> getDeclaredConstructorsPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 821
            new org.glassfish.jersey.internal.util.ReflectionHelper$14
            dup
            aload 0 /* clazz */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$14.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<[Ljava/lang/reflect/Constructor<*>;>;
    MethodParameters:
       Name  Flags
      clazz  final

  public static java.security.PrivilegedAction<java.lang.reflect.Constructor<?>> getDeclaredConstructorPA(java.lang.Class<?>, java.lang.Class<?>[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Class clazz
        start local 1 // java.lang.Class[] params
         0: .line 840
            new org.glassfish.jersey.internal.util.ReflectionHelper$15
            dup
            aload 0 /* clazz */
            aload 1 /* params */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$15.<init>:(Ljava/lang/Class;[Ljava/lang/Class;)V
            areturn
        end local 1 // java.lang.Class[] params
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0   clazz  Ljava/lang/Class<*>;
            0    1     1  params  [Ljava/lang/Class;
    Signature: (Ljava/lang/Class<*>;[Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<Ljava/lang/reflect/Constructor<*>;>;
    MethodParameters:
        Name  Flags
      clazz   final
      params  final

  public static java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> getAnnotationTypes(java.lang.reflect.AnnotatedElement, java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // java.lang.reflect.AnnotatedElement annotatedElement
        start local 1 // java.lang.Class metaAnnotation
         0: .line 863
            new java.util.IdentityHashMap
            dup
            invokespecial java.util.IdentityHashMap.<init>:()V
            invokestatic java.util.Collections.newSetFromMap:(Ljava/util/Map;)Ljava/util/Set;
            astore 2 /* result */
        start local 2 // java.util.Set result
         1: .line 864
            aload 0 /* annotatedElement */
            invokeinterface java.lang.reflect.AnnotatedElement.getAnnotations:()[Ljava/lang/annotation/Annotation;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: java.lang.reflect.AnnotatedElement java.lang.Class java.util.Set top int int java.lang.annotation.Annotation[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* a */
        start local 3 // java.lang.annotation.Annotation a
         3: .line 865
            aload 3 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            astore 7 /* aType */
        start local 7 // java.lang.Class aType
         4: .line 866
            aload 1 /* metaAnnotation */
            ifnull 5
            aload 7 /* aType */
            aload 1 /* metaAnnotation */
            invokevirtual java.lang.Class.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 6
         5: .line 867
      StackMap locals: java.lang.reflect.AnnotatedElement java.lang.Class java.util.Set java.lang.annotation.Annotation int int java.lang.annotation.Annotation[] java.lang.Class
      StackMap stack:
            aload 2 /* result */
            aload 7 /* aType */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.lang.Class aType
        end local 3 // java.lang.annotation.Annotation a
         6: .line 864
      StackMap locals: java.lang.reflect.AnnotatedElement java.lang.Class java.util.Set top int int java.lang.annotation.Annotation[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 2
         8: .line 870
            aload 2 /* result */
            areturn
        end local 2 // java.util.Set result
        end local 1 // java.lang.Class metaAnnotation
        end local 0 // java.lang.reflect.AnnotatedElement annotatedElement
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0  annotatedElement  Ljava/lang/reflect/AnnotatedElement;
            0    9     1    metaAnnotation  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            1    9     2            result  Ljava/util/Set<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;>;
            3    6     3                 a  Ljava/lang/annotation/Annotation;
            4    6     7             aType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Ljava/util/Collection<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;>;
    MethodParameters:
                  Name  Flags
      annotatedElement  final
      metaAnnotation    final

  public static boolean isGetter(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 880
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            arraylength
            ifne 10
         1: .line 881
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 10
         2: .line 882
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            astore 1 /* methodName */
        start local 1 // java.lang.String methodName
         3: .line 884
            aload 1 /* methodName */
            ldc "get"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 7
            aload 1 /* methodName */
            invokevirtual java.lang.String.length:()I
            iconst_3
            if_icmple 7
         4: .line 885
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: java.lang.String
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: ireturn
         7: .line 886
      StackMap locals:
      StackMap stack:
            aload 1 /* methodName */
            ldc "is"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 10
            aload 1 /* methodName */
            invokevirtual java.lang.String.length:()I
            iconst_2
            if_icmple 10
         8: .line 887
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 9
            ldc Ljava/lang/Boolean;
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 9
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_1
            ireturn
        end local 1 // java.lang.String methodName
        10: .line 890
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0      method  Ljava/lang/reflect/Method;
            3   10     1  methodName  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  final

  public static javax.ws.rs.core.GenericType genericTypeFor(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljavax/ws/rs/core/GenericType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Object instance
         0: .line 907
            aload 0 /* instance */
            instanceof javax.ws.rs.core.GenericEntity
            ifeq 3
         1: .line 908
            new javax.ws.rs.core.GenericType
            dup
            aload 0 /* instance */
            checkcast javax.ws.rs.core.GenericEntity
            invokevirtual javax.ws.rs.core.GenericEntity.getType:()Ljava/lang/reflect/Type;
            invokespecial javax.ws.rs.core.GenericType.<init>:(Ljava/lang/reflect/Type;)V
            astore 1 /* genericType */
        start local 1 // javax.ws.rs.core.GenericType genericType
         2: .line 909
            goto 6
        end local 1 // javax.ws.rs.core.GenericType genericType
         3: .line 910
      StackMap locals:
      StackMap stack:
            aload 0 /* instance */
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals:
      StackMap stack:
         4: new javax.ws.rs.core.GenericType
            dup
            aload 0 /* instance */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokespecial javax.ws.rs.core.GenericType.<init>:(Ljava/lang/reflect/Type;)V
      StackMap locals:
      StackMap stack: javax.ws.rs.core.GenericType
         5: astore 1 /* genericType */
        start local 1 // javax.ws.rs.core.GenericType genericType
         6: .line 912
      StackMap locals: javax.ws.rs.core.GenericType
      StackMap stack:
            aload 1 /* genericType */
            areturn
        end local 1 // javax.ws.rs.core.GenericType genericType
        end local 0 // java.lang.Object instance
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0     instance  Ljava/lang/Object;
            2    3     1  genericType  Ljavax/ws/rs/core/GenericType;
            6    7     1  genericType  Ljavax/ws/rs/core/GenericType;
    MethodParameters:
          Name  Flags
      instance  final

  public static boolean isSetter(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 922
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 5
         1: .line 923
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 924
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            arraylength
            iconst_1
            if_icmpne 5
         3: .line 925
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            ldc "set"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 922
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  final

  public static java.lang.String getPropertyName(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 935
            aload 0 /* method */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.isGetter:(Ljava/lang/reflect/Method;)Z
            ifne 2
            aload 0 /* method */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.isSetter:(Ljava/lang/reflect/Method;)Z
            ifne 2
         1: .line 936
            new java.lang.IllegalArgumentException
            dup
            invokestatic org.glassfish.jersey.internal.LocalizationMessages.METHOD_NOT_GETTER_NOR_SETTER:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 939
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            astore 1 /* methodName */
        start local 1 // java.lang.String methodName
         3: .line 940
            aload 1 /* methodName */
            ldc "is"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 4
            iconst_2
            goto 5
      StackMap locals: java.lang.String
      StackMap stack:
         4: iconst_3
      StackMap locals:
      StackMap stack: int
         5: istore 2 /* offset */
        start local 2 // int offset
         6: .line 942
            aload 1 /* methodName */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 3 /* chars */
        start local 3 // char[] chars
         7: .line 943
            aload 3 /* chars */
            iload 2 /* offset */
            aload 3 /* chars */
            iload 2 /* offset */
            caload
            invokestatic java.lang.Character.toLowerCase:(C)C
            castore
         8: .line 945
            new java.lang.String
            dup
            aload 3 /* chars */
            iload 2 /* offset */
            aload 3 /* chars */
            arraylength
            iload 2 /* offset */
            isub
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 3 // char[] chars
        end local 2 // int offset
        end local 1 // java.lang.String methodName
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0      method  Ljava/lang/reflect/Method;
            3    9     1  methodName  Ljava/lang/String;
            6    9     2      offset  I
            7    9     3       chars  [C
    MethodParameters:
        Name  Flags
      method  final

  public static java.lang.Class<?> theMostSpecificTypeOf(java.util.Set<java.lang.reflect.Type>);
    descriptor: (Ljava/util/Set;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.util.Set contractTypes
         0: .line 955
            aconst_null
            astore 1 /* result */
        start local 1 // java.lang.Class result
         1: .line 956
            aload 0 /* contractTypes */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: java.util.Set java.lang.Class top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.reflect.Type
            astore 2 /* t */
        start local 2 // java.lang.reflect.Type t
         3: .line 957
            aload 2 /* t */
            checkcast java.lang.Class
            astore 4 /* next */
        start local 4 // java.lang.Class next
         4: .line 958
            aload 1 /* result */
            ifnonnull 7
         5: .line 959
            aload 4 /* next */
            astore 1 /* result */
         6: .line 960
            goto 9
         7: .line 961
      StackMap locals: java.util.Set java.lang.Class java.lang.reflect.Type java.util.Iterator java.lang.Class
      StackMap stack:
            aload 1 /* result */
            aload 4 /* next */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 9
         8: .line 962
            aload 4 /* next */
            astore 1 /* result */
        end local 4 // java.lang.Class next
        end local 2 // java.lang.reflect.Type t
         9: .line 956
      StackMap locals: java.util.Set java.lang.Class top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        10: .line 966
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Class result
        end local 0 // java.util.Set contractTypes
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0  contractTypes  Ljava/util/Set<Ljava/lang/reflect/Type;>;
            1   11     1         result  Ljava/lang/Class<*>;
            3    9     2              t  Ljava/lang/reflect/Type;
            4    9     4           next  Ljava/lang/Class<*>;
    Signature: (Ljava/util/Set<Ljava/lang/reflect/Type;>;)Ljava/lang/Class<*>;
    MethodParameters:
               Name  Flags
      contractTypes  final

  public static java.lang.Class[] getParameterizedClassArguments(org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair);
    descriptor: (Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;)[Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair p
         0: .line 1006
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.genericInterface:Ljava/lang/reflect/Type;
            instanceof java.lang.reflect.ParameterizedType
            ifeq 29
         1: .line 1007
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.genericInterface:Ljava/lang/reflect/Type;
            checkcast java.lang.reflect.ParameterizedType
            astore 1 /* pt */
        start local 1 // java.lang.reflect.ParameterizedType pt
         2: .line 1008
            aload 1 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getActualTypeArguments:()[Ljava/lang/reflect/Type;
            astore 2 /* as */
        start local 2 // java.lang.reflect.Type[] as
         3: .line 1009
            aload 2 /* as */
            arraylength
            anewarray java.lang.Class
            astore 3 /* cas */
        start local 3 // java.lang.Class[] cas
         4: .line 1011
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 27
         6: .line 1012
      StackMap locals: org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair java.lang.reflect.ParameterizedType java.lang.reflect.Type[] java.lang.Class[] int
      StackMap stack:
            aload 2 /* as */
            iload 4 /* i */
            aaload
            astore 5 /* a */
        start local 5 // java.lang.reflect.Type a
         7: .line 1013
            aload 5 /* a */
            instanceof java.lang.Class
            ifeq 10
         8: .line 1014
            aload 3 /* cas */
            iload 4 /* i */
            aload 5 /* a */
            checkcast java.lang.Class
            aastore
         9: .line 1015
            goto 26
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
        10: aload 5 /* a */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 14
        11: .line 1016
            aload 5 /* a */
            checkcast java.lang.reflect.ParameterizedType
            astore 1 /* pt */
        12: .line 1017
            aload 3 /* cas */
            iload 4 /* i */
            aload 1 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            checkcast java.lang.Class
            aastore
        13: .line 1018
            goto 26
      StackMap locals:
      StackMap stack:
        14: aload 5 /* a */
            instanceof java.lang.reflect.TypeVariable
            ifeq 21
        15: .line 1019
            aload 5 /* a */
            checkcast java.lang.reflect.TypeVariable
            astore 6 /* tv */
        start local 6 // java.lang.reflect.TypeVariable tv
        16: .line 1020
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.concreteClass:Ljava/lang/Class;
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.declaringClass:Ljava/lang/Class;
            aload 6 /* tv */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveTypeVariable:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            astore 7 /* ctp */
        start local 7 // org.glassfish.jersey.internal.util.collection.ClassTypePair ctp
        17: .line 1021
            aload 3 /* cas */
            iload 4 /* i */
            aload 7 /* ctp */
            ifnull 18
            aload 7 /* ctp */
            invokevirtual org.glassfish.jersey.internal.util.collection.ClassTypePair.rawClass:()Ljava/lang/Class;
            goto 19
      StackMap locals: org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair java.lang.reflect.ParameterizedType java.lang.reflect.Type[] java.lang.Class[] int java.lang.reflect.Type java.lang.reflect.TypeVariable org.glassfish.jersey.internal.util.collection.ClassTypePair
      StackMap stack: java.lang.Class[] int
        18: aload 6 /* tv */
            invokeinterface java.lang.reflect.TypeVariable.getBounds:()[Ljava/lang/reflect/Type;
            iconst_0
            aaload
            checkcast java.lang.Class
      StackMap locals: org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair java.lang.reflect.ParameterizedType java.lang.reflect.Type[] java.lang.Class[] int java.lang.reflect.Type java.lang.reflect.TypeVariable org.glassfish.jersey.internal.util.collection.ClassTypePair
      StackMap stack: java.lang.Class[] int java.lang.Class
        19: aastore
        end local 7 // org.glassfish.jersey.internal.util.collection.ClassTypePair ctp
        end local 6 // java.lang.reflect.TypeVariable tv
        20: .line 1022
            goto 26
      StackMap locals:
      StackMap stack:
        21: aload 5 /* a */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 26
        22: .line 1023
            aload 5 /* a */
            checkcast java.lang.reflect.GenericArrayType
            astore 6 /* gat */
        start local 6 // java.lang.reflect.GenericArrayType gat
        23: .line 1024
            aload 6 /* gat */
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            astore 7 /* t */
        start local 7 // java.lang.reflect.Type t
        24: .line 1025
            aload 7 /* t */
            instanceof java.lang.Class
            ifeq 26
        25: .line 1026
            aload 3 /* cas */
            iload 4 /* i */
            aload 7 /* t */
            checkcast java.lang.Class
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getArrayForComponentType:(Ljava/lang/Class;)Ljava/lang/Class;
            aastore
        end local 7 // java.lang.reflect.Type t
        end local 6 // java.lang.reflect.GenericArrayType gat
        end local 5 // java.lang.reflect.Type a
        26: .line 1011
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 4 /* i */
            aload 2 /* as */
            arraylength
            if_icmplt 6
        end local 4 // int i
        28: .line 1030
            aload 3 /* cas */
            areturn
        end local 3 // java.lang.Class[] cas
        end local 2 // java.lang.reflect.Type[] as
        end local 1 // java.lang.reflect.ParameterizedType pt
        29: .line 1032
      StackMap locals: org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0     p  Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
            2   29     1    pt  Ljava/lang/reflect/ParameterizedType;
            3   29     2    as  [Ljava/lang/reflect/Type;
            4   29     3   cas  [Ljava/lang/Class;
            5   28     4     i  I
            7   26     5     a  Ljava/lang/reflect/Type;
           16   20     6    tv  Ljava/lang/reflect/TypeVariable;
           17   20     7   ctp  Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
           23   26     6   gat  Ljava/lang/reflect/GenericArrayType;
           24   26     7     t  Ljava/lang/reflect/Type;
    MethodParameters:
      Name  Flags
      p     final

  public static java.lang.reflect.Type[] getParameterizedTypeArguments(org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair);
    descriptor: (Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;)[Ljava/lang/reflect/Type;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair p
         0: .line 1045
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.genericInterface:Ljava/lang/reflect/Type;
            instanceof java.lang.reflect.ParameterizedType
            ifeq 23
         1: .line 1046
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.genericInterface:Ljava/lang/reflect/Type;
            checkcast java.lang.reflect.ParameterizedType
            astore 1 /* pt */
        start local 1 // java.lang.reflect.ParameterizedType pt
         2: .line 1047
            aload 1 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getActualTypeArguments:()[Ljava/lang/reflect/Type;
            astore 2 /* as */
        start local 2 // java.lang.reflect.Type[] as
         3: .line 1048
            aload 2 /* as */
            arraylength
            anewarray java.lang.reflect.Type
            astore 3 /* ras */
        start local 3 // java.lang.reflect.Type[] ras
         4: .line 1050
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 21
         6: .line 1051
      StackMap locals: org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair java.lang.reflect.ParameterizedType java.lang.reflect.Type[] java.lang.reflect.Type[] int
      StackMap stack:
            aload 2 /* as */
            iload 4 /* i */
            aaload
            astore 5 /* a */
        start local 5 // java.lang.reflect.Type a
         7: .line 1052
            aload 5 /* a */
            instanceof java.lang.Class
            ifeq 10
         8: .line 1053
            aload 3 /* ras */
            iload 4 /* i */
            aload 5 /* a */
            aastore
         9: .line 1054
            goto 20
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
        10: aload 5 /* a */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 13
        11: .line 1055
            aload 3 /* ras */
            iload 4 /* i */
            aload 5 /* a */
            aastore
        12: .line 1056
            goto 20
      StackMap locals:
      StackMap stack:
        13: aload 5 /* a */
            instanceof java.lang.reflect.TypeVariable
            ifeq 20
        14: .line 1057
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.concreteClass:Ljava/lang/Class;
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.declaringClass:Ljava/lang/Class;
            aload 5 /* a */
            checkcast java.lang.reflect.TypeVariable
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveTypeVariable:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            astore 6 /* ctp */
        start local 6 // org.glassfish.jersey.internal.util.collection.ClassTypePair ctp
        15: .line 1058
            aload 6 /* ctp */
            ifnonnull 19
        16: .line 1059
            new java.lang.IllegalArgumentException
            dup
        17: .line 1060
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.genericInterface:Ljava/lang/reflect/Type;
            aload 0 /* p */
            getfield org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.concreteClass:Ljava/lang/Class;
            invokestatic org.glassfish.jersey.internal.LocalizationMessages.ERROR_RESOLVING_GENERIC_TYPE_VALUE:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
        18: .line 1059
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 1062
      StackMap locals: org.glassfish.jersey.internal.util.collection.ClassTypePair
      StackMap stack:
            aload 3 /* ras */
            iload 4 /* i */
            aload 6 /* ctp */
            invokevirtual org.glassfish.jersey.internal.util.collection.ClassTypePair.type:()Ljava/lang/reflect/Type;
            aastore
        end local 6 // org.glassfish.jersey.internal.util.collection.ClassTypePair ctp
        end local 5 // java.lang.reflect.Type a
        20: .line 1050
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 4 /* i */
            aload 2 /* as */
            arraylength
            if_icmplt 6
        end local 4 // int i
        22: .line 1065
            aload 3 /* ras */
            areturn
        end local 3 // java.lang.reflect.Type[] ras
        end local 2 // java.lang.reflect.Type[] as
        end local 1 // java.lang.reflect.ParameterizedType pt
        23: .line 1067
      StackMap locals: org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0     p  Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
            2   23     1    pt  Ljava/lang/reflect/ParameterizedType;
            3   23     2    as  [Ljava/lang/reflect/Type;
            4   23     3   ras  [Ljava/lang/reflect/Type;
            5   22     4     i  I
            7   20     5     a  Ljava/lang/reflect/Type;
           15   20     6   ctp  Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    MethodParameters:
      Name  Flags
      p     final

  public static org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair getClass(java.lang.Class<?>, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.Class concrete
        start local 1 // java.lang.Class iface
         0: .line 1081
            aload 0 /* concrete */
            aload 1 /* iface */
            aload 0 /* concrete */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getClass:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
            areturn
        end local 1 // java.lang.Class iface
        end local 0 // java.lang.Class concrete
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  concrete  Ljava/lang/Class<*>;
            0    1     1     iface  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    MethodParameters:
          Name  Flags
      concrete  final
      iface     final

  private static org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair getClass(java.lang.Class<?>, java.lang.Class<?>, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // java.lang.Class concrete
        start local 1 // java.lang.Class iface
        start local 2 // java.lang.Class c
         0: .line 1085
            aload 2 /* c */
            invokevirtual java.lang.Class.getGenericInterfaces:()[Ljava/lang/reflect/Type;
            astore 3 /* gis */
        start local 3 // java.lang.reflect.Type[] gis
         1: .line 1086
            aload 0 /* concrete */
            aload 1 /* iface */
            aload 2 /* c */
            aload 3 /* gis */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getType:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
            astore 4 /* p */
        start local 4 // org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair p
         2: .line 1087
            aload 4 /* p */
            ifnull 4
         3: .line 1088
            aload 4 /* p */
            areturn
         4: .line 1091
      StackMap locals: java.lang.reflect.Type[] org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair
      StackMap stack:
            aload 2 /* c */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            astore 2 /* c */
         5: .line 1092
            aload 2 /* c */
            ifnull 6
            aload 2 /* c */
            ldc Ljava/lang/Object;
            if_acmpne 7
         6: .line 1093
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 1096
      StackMap locals:
      StackMap stack:
            aload 0 /* concrete */
            aload 1 /* iface */
            aload 2 /* c */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getClass:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
            areturn
        end local 4 // org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair p
        end local 3 // java.lang.reflect.Type[] gis
        end local 2 // java.lang.Class c
        end local 1 // java.lang.Class iface
        end local 0 // java.lang.Class concrete
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0  concrete  Ljava/lang/Class<*>;
            0    8     1     iface  Ljava/lang/Class<*>;
            0    8     2         c  Ljava/lang/Class<*>;
            1    8     3       gis  [Ljava/lang/reflect/Type;
            2    8     4         p  Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/Class<*>;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    MethodParameters:
          Name  Flags
      concrete  final
      iface     final
      c         

  private static org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair getType(java.lang.Class<?>, java.lang.Class<?>, java.lang.Class<?>, java.lang.reflect.Type[]);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // java.lang.Class concrete
        start local 1 // java.lang.Class iface
        start local 2 // java.lang.Class c
        start local 3 // java.lang.reflect.Type[] ts
         0: .line 1103
            aload 3 /* ts */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 6
      StackMap locals: java.lang.Class java.lang.Class java.lang.Class java.lang.reflect.Type[] top int int java.lang.reflect.Type[]
      StackMap stack:
         1: aload 7
            iload 5
            aaload
            astore 4 /* t */
        start local 4 // java.lang.reflect.Type t
         2: .line 1104
            aload 0 /* concrete */
            aload 1 /* iface */
            aload 2 /* c */
            aload 4 /* t */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getType:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
            astore 8 /* p */
        start local 8 // org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair p
         3: .line 1105
            aload 8 /* p */
            ifnull 5
         4: .line 1106
            aload 8 /* p */
            areturn
        end local 8 // org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair p
        end local 4 // java.lang.reflect.Type t
         5: .line 1103
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         6: iload 5
            iload 6
            if_icmplt 1
         7: .line 1109
            aconst_null
            areturn
        end local 3 // java.lang.reflect.Type[] ts
        end local 2 // java.lang.Class c
        end local 1 // java.lang.Class iface
        end local 0 // java.lang.Class concrete
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0  concrete  Ljava/lang/Class<*>;
            0    8     1     iface  Ljava/lang/Class<*>;
            0    8     2         c  Ljava/lang/Class<*>;
            0    8     3        ts  [Ljava/lang/reflect/Type;
            2    5     4         t  Ljava/lang/reflect/Type;
            3    5     8         p  Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/Class<*>;[Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    MethodParameters:
          Name  Flags
      concrete  final
      iface     final
      c         final
      ts        final

  private static org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair getType(java.lang.Class<?>, java.lang.Class<?>, java.lang.Class<?>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.lang.Class concrete
        start local 1 // java.lang.Class iface
        start local 2 // java.lang.Class c
        start local 3 // java.lang.reflect.Type t
         0: .line 1116
            aload 3 /* t */
            instanceof java.lang.Class
            ifeq 4
         1: .line 1117
            aload 3 /* t */
            aload 1 /* iface */
            if_acmpne 3
         2: .line 1118
            new org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair
            dup
            aload 0 /* concrete */
            aload 2 /* c */
            aload 3 /* t */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.<init>:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)V
            areturn
         3: .line 1120
      StackMap locals:
      StackMap stack:
            aload 0 /* concrete */
            aload 1 /* iface */
            aload 3 /* t */
            checkcast java.lang.Class
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getClass:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
            areturn
         4: .line 1122
      StackMap locals:
      StackMap stack:
            aload 3 /* t */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 9
         5: .line 1123
            aload 3 /* t */
            checkcast java.lang.reflect.ParameterizedType
            astore 4 /* pt */
        start local 4 // java.lang.reflect.ParameterizedType pt
         6: .line 1124
            aload 4 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            aload 1 /* iface */
            if_acmpne 8
         7: .line 1125
            new org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair
            dup
            aload 0 /* concrete */
            aload 2 /* c */
            aload 3 /* t */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair.<init>:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)V
            areturn
         8: .line 1127
      StackMap locals: java.lang.reflect.ParameterizedType
      StackMap stack:
            aload 0 /* concrete */
            aload 1 /* iface */
            aload 4 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            checkcast java.lang.Class
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getClass:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
            areturn
        end local 4 // java.lang.reflect.ParameterizedType pt
         9: .line 1130
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.lang.reflect.Type t
        end local 2 // java.lang.Class c
        end local 1 // java.lang.Class iface
        end local 0 // java.lang.Class concrete
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0  concrete  Ljava/lang/Class<*>;
            0   10     1     iface  Ljava/lang/Class<*>;
            0   10     2         c  Ljava/lang/Class<*>;
            0   10     3         t  Ljava/lang/reflect/Type;
            6    9     4        pt  Ljava/lang/reflect/ParameterizedType;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/ReflectionHelper$DeclaringClassInterfacePair;
    MethodParameters:
          Name  Flags
      concrete  final
      iface     final
      c         final
      t         final

  public static org.glassfish.jersey.internal.util.collection.ClassTypePair resolveGenericType(java.lang.Class, java.lang.Class, java.lang.Class, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // java.lang.Class concreteClass
        start local 1 // java.lang.Class declaringClass
        start local 2 // java.lang.Class rawResolvedType
        start local 3 // java.lang.reflect.Type genericResolvedType
         0: .line 1148
            aload 3 /* genericResolvedType */
            instanceof java.lang.reflect.TypeVariable
            ifeq 7
         1: .line 1150
            aload 0 /* concreteClass */
         2: .line 1151
            aload 1 /* declaringClass */
         3: .line 1152
            aload 3 /* genericResolvedType */
            checkcast java.lang.reflect.TypeVariable
         4: .line 1149
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveTypeVariable:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            astore 4 /* ct */
        start local 4 // org.glassfish.jersey.internal.util.collection.ClassTypePair ct
         5: .line 1154
            aload 4 /* ct */
            ifnull 33
         6: .line 1155
            aload 4 /* ct */
            areturn
        end local 4 // org.glassfish.jersey.internal.util.collection.ClassTypePair ct
         7: .line 1157
      StackMap locals:
      StackMap stack:
            aload 3 /* genericResolvedType */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 23
         8: .line 1158
            aload 3 /* genericResolvedType */
            checkcast java.lang.reflect.ParameterizedType
            astore 4 /* pt */
        start local 4 // java.lang.reflect.ParameterizedType pt
         9: .line 1159
            aload 4 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getActualTypeArguments:()[Ljava/lang/reflect/Type;
            astore 5 /* ptts */
        start local 5 // java.lang.reflect.Type[] ptts
        10: .line 1160
            iconst_0
            istore 6 /* modified */
        start local 6 // boolean modified
        11: .line 1161
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        12: goto 19
        13: .line 1163
      StackMap locals: java.lang.Class java.lang.Class java.lang.Class java.lang.reflect.Type java.lang.reflect.ParameterizedType java.lang.reflect.Type[] int int
      StackMap stack:
            aload 0 /* concreteClass */
            aload 1 /* declaringClass */
            aload 4 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            checkcast java.lang.Class
            aload 5 /* ptts */
            iload 7 /* i */
            aaload
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveGenericType:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
        14: .line 1162
            astore 8 /* ct */
        start local 8 // org.glassfish.jersey.internal.util.collection.ClassTypePair ct
        15: .line 1164
            aload 8 /* ct */
            invokevirtual org.glassfish.jersey.internal.util.collection.ClassTypePair.type:()Ljava/lang/reflect/Type;
            aload 5 /* ptts */
            iload 7 /* i */
            aaload
            if_acmpeq 18
        16: .line 1165
            aload 5 /* ptts */
            iload 7 /* i */
            aload 8 /* ct */
            invokevirtual org.glassfish.jersey.internal.util.collection.ClassTypePair.type:()Ljava/lang/reflect/Type;
            aastore
        17: .line 1166
            iconst_1
            istore 6 /* modified */
        end local 8 // org.glassfish.jersey.internal.util.collection.ClassTypePair ct
        18: .line 1161
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 7 /* i */
            aload 5 /* ptts */
            arraylength
            if_icmplt 13
        end local 7 // int i
        20: .line 1169
            iload 6 /* modified */
            ifeq 33
        21: .line 1170
            new org.glassfish.jersey.internal.util.ReflectionHelper$16
            dup
            aload 5 /* ptts */
            aload 4 /* pt */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$16.<init>:([Ljava/lang/reflect/Type;Ljava/lang/reflect/ParameterizedType;)V
            astore 7 /* rpt */
        start local 7 // java.lang.reflect.ParameterizedType rpt
        22: .line 1187
            aload 4 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            checkcast java.lang.Class
            aload 7 /* rpt */
            invokestatic org.glassfish.jersey.internal.util.collection.ClassTypePair.of:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        end local 7 // java.lang.reflect.ParameterizedType rpt
        end local 6 // boolean modified
        end local 5 // java.lang.reflect.Type[] ptts
        end local 4 // java.lang.reflect.ParameterizedType pt
        23: .line 1189
      StackMap locals: java.lang.Class java.lang.Class java.lang.Class java.lang.reflect.Type
      StackMap stack:
            aload 3 /* genericResolvedType */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 33
        24: .line 1190
            aload 3 /* genericResolvedType */
            checkcast java.lang.reflect.GenericArrayType
            astore 4 /* gat */
        start local 4 // java.lang.reflect.GenericArrayType gat
        25: .line 1192
            aload 0 /* concreteClass */
            aload 1 /* declaringClass */
            aconst_null
            aload 4 /* gat */
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveGenericType:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
        26: .line 1191
            astore 5 /* ct */
        start local 5 // org.glassfish.jersey.internal.util.collection.ClassTypePair ct
        27: .line 1193
            aload 4 /* gat */
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            aload 5 /* ct */
            invokevirtual org.glassfish.jersey.internal.util.collection.ClassTypePair.type:()Ljava/lang/reflect/Type;
            if_acmpeq 33
        28: .line 1195
            aload 5 /* ct */
            invokevirtual org.glassfish.jersey.internal.util.collection.ClassTypePair.rawClass:()Ljava/lang/Class;
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getArrayForComponentType:(Ljava/lang/Class;)Ljava/lang/Class;
            astore 6 /* ac */
        start local 6 // java.lang.Class ac
        29: .line 1196
            aload 6 /* ac */
            invokestatic org.glassfish.jersey.internal.util.collection.ClassTypePair.of:(Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
        30: areturn
        end local 6 // java.lang.Class ac
        31: .line 1197
      StackMap locals: java.lang.Class java.lang.Class java.lang.Class java.lang.reflect.Type java.lang.reflect.GenericArrayType org.glassfish.jersey.internal.util.collection.ClassTypePair
      StackMap stack: java.lang.Exception
            astore 6 /* e */
        start local 6 // java.lang.Exception e
        32: .line 1198
            getstatic org.glassfish.jersey.internal.util.ReflectionHelper.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            ldc ""
            aload 6 /* e */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 6 // java.lang.Exception e
        end local 5 // org.glassfish.jersey.internal.util.collection.ClassTypePair ct
        end local 4 // java.lang.reflect.GenericArrayType gat
        33: .line 1203
      StackMap locals:
      StackMap stack:
            aload 2 /* rawResolvedType */
            aload 3 /* genericResolvedType */
            invokestatic org.glassfish.jersey.internal.util.collection.ClassTypePair.of:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        end local 3 // java.lang.reflect.Type genericResolvedType
        end local 2 // java.lang.Class rawResolvedType
        end local 1 // java.lang.Class declaringClass
        end local 0 // java.lang.Class concreteClass
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   34     0        concreteClass  Ljava/lang/Class;
            0   34     1       declaringClass  Ljava/lang/Class;
            0   34     2      rawResolvedType  Ljava/lang/Class;
            0   34     3  genericResolvedType  Ljava/lang/reflect/Type;
            5    7     4                   ct  Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            9   23     4                   pt  Ljava/lang/reflect/ParameterizedType;
           10   23     5                 ptts  [Ljava/lang/reflect/Type;
           11   23     6             modified  Z
           12   20     7                    i  I
           15   18     8                   ct  Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
           22   23     7                  rpt  Ljava/lang/reflect/ParameterizedType;
           25   33     4                  gat  Ljava/lang/reflect/GenericArrayType;
           27   33     5                   ct  Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
           29   31     6                   ac  Ljava/lang/Class;
           32   33     6                    e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          28    30      31  Class java.lang.Exception
    MethodParameters:
                     Name  Flags
      concreteClass        final
      declaringClass       final
      rawResolvedType      final
      genericResolvedType  final

  public static org.glassfish.jersey.internal.util.collection.ClassTypePair resolveTypeVariable(java.lang.Class<?>, java.lang.Class<?>, java.lang.reflect.TypeVariable);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.Class c
        start local 1 // java.lang.Class dc
        start local 2 // java.lang.reflect.TypeVariable tv
         0: .line 1216
            aload 0 /* c */
            aload 1 /* dc */
            aload 2 /* tv */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveTypeVariable:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;Ljava/util/Map;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        end local 2 // java.lang.reflect.TypeVariable tv
        end local 1 // java.lang.Class dc
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  Ljava/lang/Class<*>;
            0    1     1    dc  Ljava/lang/Class<*>;
            0    1     2    tv  Ljava/lang/reflect/TypeVariable;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/reflect/TypeVariable;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    MethodParameters:
      Name  Flags
      c     final
      dc    final
      tv    final

  private static org.glassfish.jersey.internal.util.collection.ClassTypePair resolveTypeVariable(java.lang.Class<?>, java.lang.Class<?>, java.lang.reflect.TypeVariable, java.util.Map<java.lang.reflect.TypeVariable, java.lang.reflect.Type>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;Ljava/util/Map;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=11, args_size=4
        start local 0 // java.lang.Class c
        start local 1 // java.lang.Class dc
        start local 2 // java.lang.reflect.TypeVariable tv
        start local 3 // java.util.Map map
         0: .line 1221
            aload 0 /* c */
            invokevirtual java.lang.Class.getGenericInterfaces:()[Ljava/lang/reflect/Type;
            astore 4 /* gis */
        start local 4 // java.lang.reflect.Type[] gis
         1: .line 1222
            aload 4 /* gis */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 9
      StackMap locals: java.lang.Class java.lang.Class java.lang.reflect.TypeVariable java.util.Map java.lang.reflect.Type[] top int int java.lang.reflect.Type[]
      StackMap stack:
         2: aload 8
            iload 6
            aaload
            astore 5 /* gi */
        start local 5 // java.lang.reflect.Type gi
         3: .line 1223
            aload 5 /* gi */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 8
         4: .line 1225
            aload 5 /* gi */
            checkcast java.lang.reflect.ParameterizedType
            astore 9 /* pt */
        start local 9 // java.lang.reflect.ParameterizedType pt
         5: .line 1226
            aload 9 /* pt */
            aload 9 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            checkcast java.lang.Class
            aload 1 /* dc */
            aload 2 /* tv */
            aload 3 /* map */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveTypeVariable:(Ljava/lang/reflect/ParameterizedType;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;Ljava/util/Map;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            astore 10 /* ctp */
        start local 10 // org.glassfish.jersey.internal.util.collection.ClassTypePair ctp
         6: .line 1227
            aload 10 /* ctp */
            ifnull 8
         7: .line 1228
            aload 10 /* ctp */
            areturn
        end local 10 // org.glassfish.jersey.internal.util.collection.ClassTypePair ctp
        end local 9 // java.lang.reflect.ParameterizedType pt
        end local 5 // java.lang.reflect.Type gi
         8: .line 1222
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
         9: iload 6
            iload 7
            if_icmplt 2
        10: .line 1233
            aload 0 /* c */
            invokevirtual java.lang.Class.getGenericSuperclass:()Ljava/lang/reflect/Type;
            astore 5 /* gsc */
        start local 5 // java.lang.reflect.Type gsc
        11: .line 1234
            aload 5 /* gsc */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 14
        12: .line 1236
            aload 5 /* gsc */
            checkcast java.lang.reflect.ParameterizedType
            astore 6 /* pt */
        start local 6 // java.lang.reflect.ParameterizedType pt
        13: .line 1237
            aload 6 /* pt */
            aload 0 /* c */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            aload 1 /* dc */
            aload 2 /* tv */
            aload 3 /* map */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveTypeVariable:(Ljava/lang/reflect/ParameterizedType;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;Ljava/util/Map;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        end local 6 // java.lang.reflect.ParameterizedType pt
        14: .line 1238
      StackMap locals: java.lang.Class java.lang.Class java.lang.reflect.TypeVariable java.util.Map java.lang.reflect.Type[] java.lang.reflect.Type
      StackMap stack:
            aload 5 /* gsc */
            instanceof java.lang.Class
            ifeq 16
        15: .line 1239
            aload 0 /* c */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            aload 1 /* dc */
            aload 2 /* tv */
            aload 3 /* map */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveTypeVariable:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;Ljava/util/Map;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        16: .line 1241
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // java.lang.reflect.Type gsc
        end local 4 // java.lang.reflect.Type[] gis
        end local 3 // java.util.Map map
        end local 2 // java.lang.reflect.TypeVariable tv
        end local 1 // java.lang.Class dc
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0     c  Ljava/lang/Class<*>;
            0   17     1    dc  Ljava/lang/Class<*>;
            0   17     2    tv  Ljava/lang/reflect/TypeVariable;
            0   17     3   map  Ljava/util/Map<Ljava/lang/reflect/TypeVariable;Ljava/lang/reflect/Type;>;
            1   17     4   gis  [Ljava/lang/reflect/Type;
            3    8     5    gi  Ljava/lang/reflect/Type;
            5    8     9    pt  Ljava/lang/reflect/ParameterizedType;
            6    8    10   ctp  Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
           11   17     5   gsc  Ljava/lang/reflect/Type;
           13   14     6    pt  Ljava/lang/reflect/ParameterizedType;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/reflect/TypeVariable;Ljava/util/Map<Ljava/lang/reflect/TypeVariable;Ljava/lang/reflect/Type;>;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    MethodParameters:
      Name  Flags
      c     final
      dc    final
      tv    final
      map   final

  private static org.glassfish.jersey.internal.util.collection.ClassTypePair resolveTypeVariable(java.lang.reflect.ParameterizedType, java.lang.Class<?>, java.lang.Class<?>, java.lang.reflect.TypeVariable, java.util.Map<java.lang.reflect.TypeVariable, java.lang.reflect.Type>);
    descriptor: (Ljava/lang/reflect/ParameterizedType;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;Ljava/util/Map;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=11, args_size=5
        start local 0 // java.lang.reflect.ParameterizedType pt
        start local 1 // java.lang.Class c
        start local 2 // java.lang.Class dc
        start local 3 // java.lang.reflect.TypeVariable tv
        start local 4 // java.util.Map map
         0: .line 1246
            aload 0 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getActualTypeArguments:()[Ljava/lang/reflect/Type;
            astore 5 /* typeArguments */
        start local 5 // java.lang.reflect.Type[] typeArguments
         1: .line 1248
            aload 1 /* c */
            invokevirtual java.lang.Class.getTypeParameters:()[Ljava/lang/reflect/TypeVariable;
            astore 6 /* typeParameters */
        start local 6 // java.lang.reflect.TypeVariable[] typeParameters
         2: .line 1250
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 7 /* subMap */
        start local 7 // java.util.Map subMap
         3: .line 1251
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         4: goto 12
         5: .line 1253
      StackMap locals: java.lang.reflect.ParameterizedType java.lang.Class java.lang.Class java.lang.reflect.TypeVariable java.util.Map java.lang.reflect.Type[] java.lang.reflect.TypeVariable[] java.util.Map int
      StackMap stack:
            aload 5 /* typeArguments */
            iload 8 /* i */
            aaload
            astore 9 /* typeArgument */
        start local 9 // java.lang.reflect.Type typeArgument
         6: .line 1254
            aload 9 /* typeArgument */
            instanceof java.lang.reflect.TypeVariable
            ifeq 10
         7: .line 1255
            aload 4 /* map */
            aload 9 /* typeArgument */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.reflect.Type
            astore 10 /* t */
        start local 10 // java.lang.reflect.Type t
         8: .line 1256
            aload 7 /* subMap */
            aload 6 /* typeParameters */
            iload 8 /* i */
            aaload
            aload 10 /* t */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // java.lang.reflect.Type t
         9: .line 1257
            goto 11
        10: .line 1258
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
            aload 7 /* subMap */
            aload 6 /* typeParameters */
            iload 8 /* i */
            aaload
            aload 9 /* typeArgument */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // java.lang.reflect.Type typeArgument
        11: .line 1251
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 8 /* i */
            aload 5 /* typeArguments */
            arraylength
            if_icmplt 5
        end local 8 // int i
        13: .line 1262
            aload 1 /* c */
            aload 2 /* dc */
            if_acmpne 43
        14: .line 1263
            aload 7 /* subMap */
            aload 3 /* tv */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.reflect.Type
            astore 8 /* t */
        start local 8 // java.lang.reflect.Type t
        15: .line 1264
            aload 8 /* t */
            instanceof java.lang.Class
            ifeq 17
        16: .line 1265
            aload 8 /* t */
            checkcast java.lang.Class
            invokestatic org.glassfish.jersey.internal.util.collection.ClassTypePair.of:(Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        17: .line 1266
      StackMap locals: java.lang.reflect.ParameterizedType java.lang.Class java.lang.Class java.lang.reflect.TypeVariable java.util.Map java.lang.reflect.Type[] java.lang.reflect.TypeVariable[] java.util.Map java.lang.reflect.Type
      StackMap stack:
            aload 8 /* t */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 37
        18: .line 1267
            aload 8 /* t */
            checkcast java.lang.reflect.GenericArrayType
            astore 9 /* gat */
        start local 9 // java.lang.reflect.GenericArrayType gat
        19: .line 1268
            aload 9 /* gat */
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            astore 8 /* t */
        20: .line 1269
            aload 8 /* t */
            instanceof java.lang.Class
            ifeq 26
        21: .line 1270
            aload 8 /* t */
            checkcast java.lang.Class
            astore 1 /* c */
        22: .line 1272
            aload 1 /* c */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getArrayForComponentType:(Ljava/lang/Class;)Ljava/lang/Class;
            invokestatic org.glassfish.jersey.internal.util.collection.ClassTypePair.of:(Ljava/lang/Class;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
        23: areturn
        24: .line 1273
      StackMap locals: java.lang.reflect.ParameterizedType java.lang.Class java.lang.Class java.lang.reflect.TypeVariable java.util.Map java.lang.reflect.Type[] java.lang.reflect.TypeVariable[] java.util.Map java.lang.reflect.Type java.lang.reflect.GenericArrayType
      StackMap stack: java.lang.Exception
            pop
        25: .line 1276
            aconst_null
            areturn
        26: .line 1277
      StackMap locals:
      StackMap stack:
            aload 8 /* t */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 36
        27: .line 1278
            aload 8 /* t */
            checkcast java.lang.reflect.ParameterizedType
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            astore 10 /* rt */
        start local 10 // java.lang.reflect.Type rt
        28: .line 1279
            aload 10 /* rt */
            instanceof java.lang.Class
            ifeq 31
        29: .line 1280
            aload 10 /* rt */
            checkcast java.lang.Class
            astore 1 /* c */
        30: .line 1281
            goto 32
        31: .line 1282
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
            aconst_null
            areturn
        32: .line 1285
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getArrayForComponentType:(Ljava/lang/Class;)Ljava/lang/Class;
            aload 9 /* gat */
            invokestatic org.glassfish.jersey.internal.util.collection.ClassTypePair.of:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
        33: areturn
        34: .line 1286
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        35: .line 1287
            aconst_null
            areturn
        end local 10 // java.lang.reflect.Type rt
        36: .line 1290
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 9 // java.lang.reflect.GenericArrayType gat
        37: .line 1292
      StackMap locals:
      StackMap stack:
            aload 8 /* t */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 42
        38: .line 1293
            aload 8 /* t */
            checkcast java.lang.reflect.ParameterizedType
            astore 0 /* pt */
        39: .line 1294
            aload 0 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            instanceof java.lang.Class
            ifeq 41
        40: .line 1295
            aload 0 /* pt */
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            checkcast java.lang.Class
            aload 0 /* pt */
            invokestatic org.glassfish.jersey.internal.util.collection.ClassTypePair.of:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        41: .line 1297
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        42: .line 1300
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 8 // java.lang.reflect.Type t
        43: .line 1303
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            aload 2 /* dc */
            aload 3 /* tv */
            aload 7 /* subMap */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.resolveTypeVariable:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;Ljava/util/Map;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        end local 7 // java.util.Map subMap
        end local 6 // java.lang.reflect.TypeVariable[] typeParameters
        end local 5 // java.lang.reflect.Type[] typeArguments
        end local 4 // java.util.Map map
        end local 3 // java.lang.reflect.TypeVariable tv
        end local 2 // java.lang.Class dc
        end local 1 // java.lang.Class c
        end local 0 // java.lang.reflect.ParameterizedType pt
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   44     0              pt  Ljava/lang/reflect/ParameterizedType;
            0   44     1               c  Ljava/lang/Class<*>;
            0   44     2              dc  Ljava/lang/Class<*>;
            0   44     3              tv  Ljava/lang/reflect/TypeVariable;
            0   44     4             map  Ljava/util/Map<Ljava/lang/reflect/TypeVariable;Ljava/lang/reflect/Type;>;
            1   44     5   typeArguments  [Ljava/lang/reflect/Type;
            2   44     6  typeParameters  [Ljava/lang/reflect/TypeVariable;
            3   44     7          subMap  Ljava/util/Map<Ljava/lang/reflect/TypeVariable;Ljava/lang/reflect/Type;>;
            4   13     8               i  I
            6   11     9    typeArgument  Ljava/lang/reflect/Type;
            8    9    10               t  Ljava/lang/reflect/Type;
           15   43     8               t  Ljava/lang/reflect/Type;
           19   37     9             gat  Ljava/lang/reflect/GenericArrayType;
           28   36    10              rt  Ljava/lang/reflect/Type;
      Exception table:
        from    to  target  type
          22    23      24  Class java.lang.Exception
          32    33      34  Class java.lang.Exception
    Signature: (Ljava/lang/reflect/ParameterizedType;Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/reflect/TypeVariable;Ljava/util/Map<Ljava/lang/reflect/TypeVariable;Ljava/lang/reflect/Type;>;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    MethodParameters:
      Name  Flags
      pt    
      c     
      dc    final
      tv    final
      map   final

  public static java.security.PrivilegedAction<java.lang.reflect.Method> findMethodOnClassPA(java.lang.Class<?>, java.lang.reflect.Method);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Method;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Class c
        start local 1 // java.lang.reflect.Method m
         0: .line 1329
            new org.glassfish.jersey.internal.util.ReflectionHelper$17
            dup
            aload 0 /* c */
            aload 1 /* m */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$17.<init>:(Ljava/lang/Class;Ljava/lang/reflect/Method;)V
            areturn
        end local 1 // java.lang.reflect.Method m
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  Ljava/lang/Class<*>;
            0    1     1     m  Ljava/lang/reflect/Method;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Method;)Ljava/security/PrivilegedAction<Ljava/lang/reflect/Method;>;
    MethodParameters:
      Name  Flags
      c     final
      m     final

  public static java.security.PrivilegedAction<java.lang.reflect.Method[]> getMethodsPA(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/security/PrivilegedAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class c
         0: .line 1379
            new org.glassfish.jersey.internal.util.ReflectionHelper$18
            dup
            aload 0 /* c */
            invokespecial org.glassfish.jersey.internal.util.ReflectionHelper$18.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/security/PrivilegedAction<[Ljava/lang/reflect/Method;>;
    MethodParameters:
      Name  Flags
      c     final

  private static java.lang.reflect.Method[] _getMethods(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 1388
            aload 0 /* clazz */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getMethodsPA:(Ljava/lang/Class;)Ljava/security/PrivilegedAction;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.reflect.Method[]
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)[Ljava/lang/reflect/Method;
    MethodParameters:
       Name  Flags
      clazz  final

  public static java.lang.reflect.Method findOverridingMethodOnClass(java.lang.Class<?>, java.lang.reflect.Method);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // java.lang.Class clazz
        start local 1 // java.lang.reflect.Method method
         0: .line 1399
            aload 0 /* clazz */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper._getMethods:(Ljava/lang/Class;)[Ljava/lang/reflect/Method;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 9
      StackMap locals: java.lang.Class java.lang.reflect.Method top int int java.lang.reflect.Method[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* _method */
        start local 2 // java.lang.reflect.Method _method
         2: .line 1400
            aload 2 /* _method */
            invokevirtual java.lang.reflect.Method.isBridge:()Z
            ifne 8
         3: .line 1401
            aload 2 /* _method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isAbstract:(I)Z
            ifne 8
         4: .line 1402
            aload 2 /* _method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 1403
            aload 2 /* _method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            arraylength
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            arraylength
            if_icmpne 8
         6: .line 1405
            aload 2 /* _method */
            invokevirtual java.lang.reflect.Method.getGenericParameterTypes:()[Ljava/lang/reflect/Type;
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getGenericParameterTypes:()[Ljava/lang/reflect/Type;
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.compareParameterTypes:([Ljava/lang/reflect/Type;[Ljava/lang/reflect/Type;)Z
            ifeq 8
         7: .line 1406
            aload 2 /* _method */
            areturn
        end local 2 // java.lang.reflect.Method _method
         8: .line 1399
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         9: iload 3
            iload 4
            if_icmplt 1
        10: .line 1411
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.isBridge:()Z
            ifne 11
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isAbstract:(I)Z
            ifeq 12
        11: .line 1412
      StackMap locals: java.lang.Class java.lang.reflect.Method
      StackMap stack:
            getstatic org.glassfish.jersey.internal.util.ReflectionHelper.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.INFO:Ljava/util/logging/Level;
            aload 1 /* method */
            aload 0 /* clazz */
            invokestatic org.glassfish.jersey.internal.LocalizationMessages.OVERRIDING_METHOD_CANNOT_BE_FOUND:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        12: .line 1415
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            areturn
        end local 1 // java.lang.reflect.Method method
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0    clazz  Ljava/lang/Class<*>;
            0   13     1   method  Ljava/lang/reflect/Method;
            2    8     2  _method  Ljava/lang/reflect/Method;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      clazz   final
      method  final

  private static boolean compareParameterTypes(java.lang.reflect.Type[], java.lang.reflect.Type[]);
    descriptor: ([Ljava/lang/reflect/Type;[Ljava/lang/reflect/Type;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.reflect.Type[] ts
        start local 1 // java.lang.reflect.Type[] _ts
         0: .line 1427
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 6
         2: .line 1428
      StackMap locals: int
      StackMap stack:
            aload 0 /* ts */
            iload 2 /* i */
            aaload
            aload 1 /* _ts */
            iload 2 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 5
         3: .line 1429
            aload 0 /* ts */
            iload 2 /* i */
            aaload
            aload 1 /* _ts */
            iload 2 /* i */
            aaload
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.compareParameterTypes:(Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;)Z
            ifne 5
         4: .line 1430
            iconst_0
            ireturn
         5: .line 1427
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* ts */
            arraylength
            if_icmplt 2
        end local 2 // int i
         7: .line 1434
            iconst_1
            ireturn
        end local 1 // java.lang.reflect.Type[] _ts
        end local 0 // java.lang.reflect.Type[] ts
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0    ts  [Ljava/lang/reflect/Type;
            0    8     1   _ts  [Ljava/lang/reflect/Type;
            1    7     2     i  I
    MethodParameters:
      Name  Flags
      ts    final
      _ts   final

  private static boolean compareParameterTypes(java.lang.reflect.Type, java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.reflect.Type ts
        start local 1 // java.lang.reflect.Type _ts
         0: .line 1446
            aload 0 /* ts */
            instanceof java.lang.Class
            ifeq 6
         1: .line 1447
            aload 0 /* ts */
            checkcast java.lang.Class
            astore 2 /* clazz */
        start local 2 // java.lang.Class clazz
         2: .line 1449
            aload 1 /* _ts */
            instanceof java.lang.Class
            ifeq 4
         3: .line 1450
            aload 1 /* _ts */
            checkcast java.lang.Class
            aload 2 /* clazz */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
         4: .line 1451
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1 /* _ts */
            instanceof java.lang.reflect.TypeVariable
            ifeq 6
         5: .line 1452
            aload 2 /* clazz */
            aload 1 /* _ts */
            checkcast java.lang.reflect.TypeVariable
            invokeinterface java.lang.reflect.TypeVariable.getBounds:()[Ljava/lang/reflect/Type;
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.checkTypeBounds:(Ljava/lang/Class;[Ljava/lang/reflect/Type;)Z
            ireturn
        end local 2 // java.lang.Class clazz
         6: .line 1455
      StackMap locals:
      StackMap stack:
            aload 1 /* _ts */
            instanceof java.lang.reflect.TypeVariable
            ireturn
        end local 1 // java.lang.reflect.Type _ts
        end local 0 // java.lang.reflect.Type ts
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0     ts  Ljava/lang/reflect/Type;
            0    7     1    _ts  Ljava/lang/reflect/Type;
            2    6     2  clazz  Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      ts    final
      _ts   final

  private static boolean checkTypeBounds(java.lang.Class, java.lang.reflect.Type[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/reflect/Type;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // java.lang.Class type
        start local 1 // java.lang.reflect.Type[] bounds
         0: .line 1460
            aload 1 /* bounds */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: java.lang.Class java.lang.reflect.Type[] top int int java.lang.reflect.Type[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* bound */
        start local 2 // java.lang.reflect.Type bound
         2: .line 1461
            aload 2 /* bound */
            instanceof java.lang.Class
            ifeq 5
         3: .line 1462
            aload 2 /* bound */
            checkcast java.lang.Class
            aload 0 /* type */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 5
         4: .line 1463
            iconst_0
            ireturn
        end local 2 // java.lang.reflect.Type bound
         5: .line 1460
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 1
         7: .line 1467
            iconst_1
            ireturn
        end local 1 // java.lang.reflect.Type[] bounds
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    type  Ljava/lang/Class;
            0    8     1  bounds  [Ljava/lang/reflect/Type;
            2    5     2   bound  Ljava/lang/reflect/Type;
    MethodParameters:
        Name  Flags
      type    final
      bounds  final

  public static org.glassfish.jersey.internal.OsgiRegistry getOsgiRegistryInstance();
    descriptor: ()Lorg/glassfish/jersey/internal/OsgiRegistry;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1480
            getstatic org.glassfish.jersey.internal.util.ReflectionHelper.bundleReferenceClass:Ljava/lang/Class;
            ifnull 4
         1: .line 1481
            invokestatic org.glassfish.jersey.internal.OsgiRegistry.getInstance:()Lorg/glassfish/jersey/internal/OsgiRegistry;
         2: areturn
         3: .line 1483
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         4: .line 1487
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception

  public static java.io.InputStream getResourceAsStream(java.lang.ClassLoader, java.lang.Class<?>, java.lang.String);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/Class;Ljava/lang/String;)Ljava/io/InputStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1507
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundle cannot be resolved to a type\n\tFrameworkUtil cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/ClassLoader;Ljava/lang/Class<*>;Ljava/lang/String;)Ljava/io/InputStream;
    MethodParameters:
             Name  Flags
      loader       final
      originClass  final
      name         final

  public static java.lang.Class<?> getRawClass(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 1526
            aload 0 /* type */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 1528
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 11
         2: .line 1529
            aload 0 /* type */
            checkcast java.lang.reflect.GenericArrayType
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            astore 1 /* componentType */
        start local 1 // java.lang.reflect.Type componentType
         3: .line 1531
            aload 1 /* componentType */
            instanceof java.lang.reflect.ParameterizedType
            ifne 5
            aload 1 /* componentType */
            instanceof java.lang.Class
            ifne 5
         4: .line 1533
            aconst_null
            areturn
         5: .line 1536
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
            aload 1 /* componentType */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.getRawClass:(Ljava/lang/reflect/Type;)Ljava/lang/Class;
            astore 2 /* rawComponentClass */
        start local 2 // java.lang.Class rawComponentClass
         6: .line 1538
            new java.lang.StringBuilder
            dup
            ldc "[L"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* rawComponentClass */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ";"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* forNameName */
        start local 3 // java.lang.String forNameName
         7: .line 1540
            aload 3 /* forNameName */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
         8: areturn
         9: .line 1541
      StackMap locals: java.lang.reflect.Type java.lang.reflect.Type java.lang.Class java.lang.String
      StackMap stack: java.lang.Throwable
            pop
        10: .line 1543
            aconst_null
            areturn
        end local 3 // java.lang.String forNameName
        end local 2 // java.lang.Class rawComponentClass
        end local 1 // java.lang.reflect.Type componentType
        11: .line 1547
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.Class
            ifeq 13
        12: .line 1548
            aload 0 /* type */
            checkcast java.lang.Class
            areturn
        13: .line 1551
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 17
        14: .line 1552
            aload 0 /* type */
            checkcast java.lang.reflect.ParameterizedType
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            astore 1 /* rawType */
        start local 1 // java.lang.reflect.Type rawType
        15: .line 1553
            aload 1 /* rawType */
            instanceof java.lang.Class
            ifeq 17
        16: .line 1554
            aload 1 /* rawType */
            checkcast java.lang.Class
            areturn
        end local 1 // java.lang.reflect.Type rawType
        17: .line 1558
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               type  Ljava/lang/reflect/Type;
            3   11     1      componentType  Ljava/lang/reflect/Type;
            6   11     2  rawComponentClass  Ljava/lang/Class<*>;
            7   11     3        forNameName  Ljava/lang/String;
           15   17     1            rawType  Ljava/lang/reflect/Type;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.Throwable
    Signature: (Ljava/lang/reflect/Type;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      type  

  private static org.glassfish.jersey.internal.util.collection.ClassTypePair lambda$1(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Type type1
         0: .line 525
            aload 0 /* type1 */
            invokestatic org.glassfish.jersey.internal.util.ReflectionHelper.erasure:(Ljava/lang/reflect/Type;)Ljava/lang/Class;
            aload 0 /* type1 */
            invokestatic org.glassfish.jersey.internal.util.collection.ClassTypePair.of:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/glassfish/jersey/internal/util/collection/ClassTypePair;
            areturn
        end local 0 // java.lang.reflect.Type type1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  type1  Ljava/lang/reflect/Type;
}
SourceFile: "ReflectionHelper.java"
NestMembers:
  org.glassfish.jersey.internal.util.ReflectionHelper$1  org.glassfish.jersey.internal.util.ReflectionHelper$10  org.glassfish.jersey.internal.util.ReflectionHelper$11  org.glassfish.jersey.internal.util.ReflectionHelper$12  org.glassfish.jersey.internal.util.ReflectionHelper$13  org.glassfish.jersey.internal.util.ReflectionHelper$14  org.glassfish.jersey.internal.util.ReflectionHelper$15  org.glassfish.jersey.internal.util.ReflectionHelper$16  org.glassfish.jersey.internal.util.ReflectionHelper$17  org.glassfish.jersey.internal.util.ReflectionHelper$18  org.glassfish.jersey.internal.util.ReflectionHelper$2  org.glassfish.jersey.internal.util.ReflectionHelper$3  org.glassfish.jersey.internal.util.ReflectionHelper$4  org.glassfish.jersey.internal.util.ReflectionHelper$5  org.glassfish.jersey.internal.util.ReflectionHelper$6  org.glassfish.jersey.internal.util.ReflectionHelper$7  org.glassfish.jersey.internal.util.ReflectionHelper$8  org.glassfish.jersey.internal.util.ReflectionHelper$9  org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.glassfish.jersey.internal.util.ReflectionHelper$1
  org.glassfish.jersey.internal.util.ReflectionHelper$10
  org.glassfish.jersey.internal.util.ReflectionHelper$11
  org.glassfish.jersey.internal.util.ReflectionHelper$12
  org.glassfish.jersey.internal.util.ReflectionHelper$13
  org.glassfish.jersey.internal.util.ReflectionHelper$14
  org.glassfish.jersey.internal.util.ReflectionHelper$15
  org.glassfish.jersey.internal.util.ReflectionHelper$16
  org.glassfish.jersey.internal.util.ReflectionHelper$17
  org.glassfish.jersey.internal.util.ReflectionHelper$18
  org.glassfish.jersey.internal.util.ReflectionHelper$2
  org.glassfish.jersey.internal.util.ReflectionHelper$3
  org.glassfish.jersey.internal.util.ReflectionHelper$4
  org.glassfish.jersey.internal.util.ReflectionHelper$5
  org.glassfish.jersey.internal.util.ReflectionHelper$6
  org.glassfish.jersey.internal.util.ReflectionHelper$7
  org.glassfish.jersey.internal.util.ReflectionHelper$8
  org.glassfish.jersey.internal.util.ReflectionHelper$9
  public DeclaringClassInterfacePair = org.glassfish.jersey.internal.util.ReflectionHelper$DeclaringClassInterfacePair of org.glassfish.jersey.internal.util.ReflectionHelper