public class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory extends org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory
  super_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory
{
  protected volatile java.lang.Object interceptor;
    descriptor: Ljava/lang/Object;
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  final org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry this$0;
    descriptor: Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry, java.lang.Class);
    descriptor: (Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory this
        start local 2 // java.lang.Class declaring
         0: .line 180
            aload 0 /* this */
            aload 1
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.this$0:Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
         1: .line 181
            aload 0 /* this */
            aload 1
            aload 2 /* declaring */
            invokespecial org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.<init>:(Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;)V
         2: .line 182
            aload 0 /* this */
            aload 2 /* declaring */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.setPrecedence:(Ljava/lang/Class;)V
         3: .line 183
            return
        end local 2 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$OnDemandInterceptorFactory;
            0    4     2  declaring  Ljava/lang/Class;
    MethodParameters:
           Name  Flags
      this$0     final
      declaring  

  protected void initialize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory this
         0: .line 188
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.createInterceptor:()Ljava/lang/Object;
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.interceptor:Ljava/lang/Object;
         1: .line 189
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.this$0:Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.interceptor:Ljava/lang/Object;
            invokevirtual org.jboss.resteasy.spi.ResteasyProviderFactory.injectProperties:(Ljava/lang/Object;)V
         2: .line 190
            aload 0 /* this */
            iconst_1
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.initialized:Z
         3: .line 191
            return
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$OnDemandInterceptorFactory;

  protected void checkInitialize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory this
         0: .line 195
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.interceptor:Ljava/lang/Object;
            astore 1 /* tmp */
        start local 1 // java.lang.Object tmp
         1: .line 196
            aload 1 /* tmp */
            ifnonnull 11
         2: .line 198
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 200
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.interceptor:Ljava/lang/Object;
            astore 1 /* tmp */
         4: .line 201
            aload 1 /* tmp */
            ifnonnull 7
         5: .line 203
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.initialize:()V
         6: .line 204
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.interceptor:Ljava/lang/Object;
            astore 1 /* tmp */
         7: .line 198
      StackMap locals: java.lang.Object org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory
      StackMap stack:
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object tmp
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$OnDemandInterceptorFactory;
            1   12     1   tmp  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     8       9  any
           9    10       9  any

  protected java.lang.Object getInterceptor();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory this
         0: .line 214
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.checkInitialize:()V
         1: .line 215
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.interceptor:Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$OnDemandInterceptorFactory;
}
Signature: Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry<TT;>.AbstractInterceptorFactory;
SourceFile: "JaxrsInterceptorRegistry.java"
NestHost: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
InnerClasses:
  public abstract AbstractInterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
  protected OnDemandInterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry