public class org.jboss.resteasy.cdi.Utils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.cdi.Utils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.cdi.Utils this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.cdi.Utils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/cdi/Utils;

  public static boolean isJaxrsAnnotatedClass(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=9, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 32
            aload 0 /* clazz */
            ldc Ljavax/ws/rs/Path;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 34
            iconst_1
            ireturn
         2: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* clazz */
            ldc Ljavax/ws/rs/ext/Provider;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 4
         3: .line 38
            iconst_1
            ireturn
         4: .line 40
      StackMap locals:
      StackMap stack:
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getMethods:()[Ljava/lang/reflect/Method;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 15
      StackMap locals: java.lang.Class top int int java.lang.reflect.Method[]
      StackMap stack:
         5: aload 4
            iload 2
            aaload
            astore 1 /* method */
        start local 1 // java.lang.reflect.Method method
         6: .line 42
            aload 1 /* method */
            ldc Ljavax/ws/rs/Path;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 8
         7: .line 44
            iconst_1
            ireturn
         8: .line 46
      StackMap locals: java.lang.Class java.lang.reflect.Method int int java.lang.reflect.Method[]
      StackMap stack:
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getAnnotations:()[Ljava/lang/annotation/Annotation;
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 13
      StackMap locals: java.lang.Class java.lang.reflect.Method int int java.lang.reflect.Method[] top int int java.lang.annotation.Annotation[]
      StackMap stack:
         9: aload 8
            iload 6
            aaload
            astore 5 /* annotation */
        start local 5 // java.lang.annotation.Annotation annotation
        10: .line 48
            aload 5 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            ldc Ljavax/ws/rs/HttpMethod;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 12
        11: .line 50
            iconst_1
            ireturn
        end local 5 // java.lang.annotation.Annotation annotation
        12: .line 46
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        13: iload 6
            iload 7
            if_icmplt 9
        end local 1 // java.lang.reflect.Method method
        14: .line 40
            iinc 2 1
      StackMap locals: java.lang.Class top int int java.lang.reflect.Method[]
      StackMap stack:
        15: iload 2
            iload 3
            if_icmplt 5
        16: .line 54
            iconst_0
            ireturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0       clazz  Ljava/lang/Class<*>;
            6   14     1      method  Ljava/lang/reflect/Method;
           10   12     5  annotation  Ljava/lang/annotation/Annotation;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      clazz  

  public static boolean isJaxrsResource(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 67
            aload 0 /* clazz */
            invokestatic org.jboss.resteasy.cdi.Utils.isJaxrsAnnotatedClass:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 69
            iconst_1
            ireturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getInterfaces:()[Ljava/lang/Class;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 7
      StackMap locals: java.lang.Class top int int java.lang.Class[]
      StackMap stack:
         3: aload 4
            iload 2
            aaload
            astore 1 /* intf */
        start local 1 // java.lang.Class intf
         4: .line 73
            aload 1 /* intf */
            invokestatic org.jboss.resteasy.cdi.Utils.isJaxrsAnnotatedClass:(Ljava/lang/Class;)Z
            ifeq 6
         5: .line 75
            iconst_1
            ireturn
        end local 1 // java.lang.Class intf
         6: .line 71
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         7: iload 2
            iload 3
            if_icmplt 3
         8: .line 78
            iconst_0
            ireturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0  clazz  Ljava/lang/Class<*>;
            4    6     1   intf  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      clazz  

  public static boolean isJaxrsComponent(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 90
            aload 0 /* clazz */
            ldc Ljavax/ws/rs/ext/Provider;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifne 1
            aload 0 /* clazz */
            invokestatic org.jboss.resteasy.cdi.Utils.isJaxrsResource:(Ljava/lang/Class;)Z
            ifne 1
            ldc Ljavax/ws/rs/core/Application;
            aload 0 /* clazz */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      clazz  

  public static boolean isScopeDefined(javax.enterprise.inject.spi.AnnotatedType<?>, javax.enterprise.inject.spi.BeanManager);
    descriptor: (Ljavax/enterprise/inject/spi/AnnotatedType;Ljavax/enterprise/inject/spi/BeanManager;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javax.enterprise.inject.spi.AnnotatedType annotatedType
        start local 1 // javax.enterprise.inject.spi.BeanManager manager
         0: .line 104
            aload 0 /* annotatedType */
            invokeinterface javax.enterprise.inject.spi.AnnotatedType.getAnnotations:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: javax.enterprise.inject.spi.AnnotatedType javax.enterprise.inject.spi.BeanManager top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            astore 2 /* annotation */
        start local 2 // java.lang.annotation.Annotation annotation
         2: .line 106
            aload 1 /* manager */
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokeinterface javax.enterprise.inject.spi.BeanManager.isScope:(Ljava/lang/Class;)Z
            ifeq 4
         3: .line 108
            iconst_1
            ireturn
         4: .line 110
      StackMap locals: javax.enterprise.inject.spi.AnnotatedType javax.enterprise.inject.spi.BeanManager java.lang.annotation.Annotation java.util.Iterator
      StackMap stack:
            aload 1 /* manager */
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokeinterface javax.enterprise.inject.spi.BeanManager.isStereotype:(Ljava/lang/Class;)Z
            ifeq 7
         5: .line 112
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            aload 1 /* manager */
            invokestatic org.jboss.resteasy.cdi.Utils.isScopeDefined:(Ljava/lang/Class;Ljavax/enterprise/inject/spi/BeanManager;)Z
            ifeq 7
         6: .line 114
            iconst_1
            ireturn
        end local 2 // java.lang.annotation.Annotation annotation
         7: .line 104
      StackMap locals: javax.enterprise.inject.spi.AnnotatedType javax.enterprise.inject.spi.BeanManager top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         8: .line 118
            iconst_0
            ireturn
        end local 1 // javax.enterprise.inject.spi.BeanManager manager
        end local 0 // javax.enterprise.inject.spi.AnnotatedType annotatedType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0  annotatedType  Ljavax/enterprise/inject/spi/AnnotatedType<*>;
            0    9     1        manager  Ljavax/enterprise/inject/spi/BeanManager;
            2    7     2     annotation  Ljava/lang/annotation/Annotation;
    Signature: (Ljavax/enterprise/inject/spi/AnnotatedType<*>;Ljavax/enterprise/inject/spi/BeanManager;)Z
    MethodParameters:
               Name  Flags
      annotatedType  
      manager        

  private static boolean isScopeDefined(java.lang.Class<?>, javax.enterprise.inject.spi.BeanManager);
    descriptor: (Ljava/lang/Class;Ljavax/enterprise/inject/spi/BeanManager;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // java.lang.Class clazz
        start local 1 // javax.enterprise.inject.spi.BeanManager manager
         0: .line 132
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getAnnotations:()[Ljava/lang/annotation/Annotation;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 8
      StackMap locals: java.lang.Class javax.enterprise.inject.spi.BeanManager top int int java.lang.annotation.Annotation[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* annotation */
        start local 2 // java.lang.annotation.Annotation annotation
         2: .line 134
            aload 1 /* manager */
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokeinterface javax.enterprise.inject.spi.BeanManager.isScope:(Ljava/lang/Class;)Z
            ifeq 4
         3: .line 136
            iconst_1
            ireturn
         4: .line 138
      StackMap locals: java.lang.Class javax.enterprise.inject.spi.BeanManager java.lang.annotation.Annotation int int java.lang.annotation.Annotation[]
      StackMap stack:
            aload 1 /* manager */
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokeinterface javax.enterprise.inject.spi.BeanManager.isStereotype:(Ljava/lang/Class;)Z
            ifeq 7
         5: .line 140
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            aload 1 /* manager */
            invokestatic org.jboss.resteasy.cdi.Utils.isScopeDefined:(Ljava/lang/Class;Ljavax/enterprise/inject/spi/BeanManager;)Z
            ifeq 7
         6: .line 142
            iconst_1
            ireturn
        end local 2 // java.lang.annotation.Annotation annotation
         7: .line 132
      StackMap locals: java.lang.Class javax.enterprise.inject.spi.BeanManager top int int java.lang.annotation.Annotation[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         8: iload 3
            iload 4
            if_icmplt 1
         9: .line 146
            iconst_0
            ireturn
        end local 1 // javax.enterprise.inject.spi.BeanManager manager
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0       clazz  Ljava/lang/Class<*>;
            0   10     1     manager  Ljavax/enterprise/inject/spi/BeanManager;
            2    7     2  annotation  Ljava/lang/annotation/Annotation;
    Signature: (Ljava/lang/Class<*>;Ljavax/enterprise/inject/spi/BeanManager;)Z
    MethodParameters:
         Name  Flags
      clazz    
      manager  
}
SourceFile: "Utils.java"