public class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory extends org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry<T>.AbstractLegacyInterceptorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory
  super_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory
{
  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, org.jboss.resteasy.core.interception.LegacyPrecedence);
    descriptor: (Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;Ljava/lang/Object;Lorg/jboss/resteasy/core/interception/LegacyPrecedence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory this
        start local 2 // java.lang.Class declaring
        start local 3 // java.lang.Object interceptor
        start local 4 // org.jboss.resteasy.core.interception.LegacyPrecedence precedence
         0: .line 292
            aload 0 /* this */
            aload 1
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory.this$0:Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
         1: .line 293
            aload 0 /* this */
            aload 1
            aload 2 /* declaring */
            aload 4 /* precedence */
            invokespecial org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory.<init>:(Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;Lorg/jboss/resteasy/core/interception/LegacyPrecedence;)V
         2: .line 294
            aload 0 /* this */
            aload 3 /* interceptor */
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory.interceptor:Ljava/lang/Object;
         3: .line 295
            aload 0 /* this */
            aload 2 /* declaring */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory.setPrecedence:(Ljava/lang/Class;)V
         4: .line 296
            return
        end local 4 // org.jboss.resteasy.core.interception.LegacyPrecedence precedence
        end local 3 // java.lang.Object interceptor
        end local 2 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory;
            0    5     2    declaring  Ljava/lang/Class;
            0    5     3  interceptor  Ljava/lang/Object;
            0    5     4   precedence  Lorg/jboss/resteasy/core/interception/LegacyPrecedence;
    MethodParameters:
             Name  Flags
      this$0       final
      declaring    
      interceptor  
      precedence   

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

  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$LegacySingletonInterceptorFactory this
         0: .line 307
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory.checkInitialize:()V
         1: .line 308
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory.interceptor:Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory;
}
Signature: Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry<TT;>.AbstractLegacyInterceptorFactory;
SourceFile: "JaxrsInterceptorRegistry.java"
NestHost: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
InnerClasses:
  public abstract AbstractLegacyInterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
  protected LegacySingletonInterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$LegacySingletonInterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry