public class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory 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$SingletonInterceptorFactory
  super_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory
{
  protected java.lang.Object interceptor;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  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, java.lang.Object);
    descriptor: (Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory this
        start local 2 // java.lang.Class declaring
        start local 3 // java.lang.Object interceptor
         0: .line 224
            aload 0 /* this */
            aload 1
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory.this$0:Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
         1: .line 225
            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 226
            aload 0 /* this */
            aload 3 /* interceptor */
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory.interceptor:Ljava/lang/Object;
         3: .line 227
            aload 0 /* this */
            aload 2 /* declaring */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory.setPrecedence:(Ljava/lang/Class;)V
         4: .line 228
            return
        end local 3 // java.lang.Object interceptor
        end local 2 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$SingletonInterceptorFactory;
            0    5     2    declaring  Ljava/lang/Class;
            0    5     3  interceptor  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      this$0       final
      declaring    
      interceptor  

  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$SingletonInterceptorFactory this
         0: .line 233
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory.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$SingletonInterceptorFactory.interceptor:Ljava/lang/Object;
            invokevirtual org.jboss.resteasy.spi.ResteasyProviderFactory.injectProperties:(Ljava/lang/Object;)V
         1: .line 234
            return
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$SingletonInterceptorFactory;

  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$SingletonInterceptorFactory this
         0: .line 239
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory.checkInitialize:()V
         1: .line 240
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory.interceptor:Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$SingletonInterceptorFactory;
}
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 SingletonInterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$SingletonInterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry