class org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference
  super_class: java.lang.Object
{
  private final java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference this
        start local 1 // java.lang.String id
         0: .line 1749
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1750
            aload 0 /* this */
            aload 1 /* id */
            putfield org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference.id:Ljava/lang/String;
         2: .line 1751
            return
        end local 1 // java.lang.String id
        end local 0 // org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/beans/factory/support/DefaultListableBeanFactory$SerializedBeanFactoryReference;
            0    3     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference this
         0: .line 1754
            getstatic org.springframework.beans.factory.support.DefaultListableBeanFactory.serializableFactories:Ljava/util/Map;
            aload 0 /* this */
            getfield org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference.id:Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            astore 1 /* ref */
        start local 1 // java.lang.ref.Reference ref
         1: .line 1755
            aload 1 /* ref */
            ifnull 5
         2: .line 1756
            aload 1 /* ref */
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         3: .line 1757
            aload 2 /* result */
            ifnull 5
         4: .line 1758
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object result
         5: .line 1762
      StackMap locals: java.lang.ref.Reference
      StackMap stack:
            new org.springframework.beans.factory.support.DefaultListableBeanFactory
            dup
            invokespecial org.springframework.beans.factory.support.DefaultListableBeanFactory.<init>:()V
            astore 2 /* dummyFactory */
        start local 2 // org.springframework.beans.factory.support.DefaultListableBeanFactory dummyFactory
         6: .line 1763
            aload 2 /* dummyFactory */
            aload 0 /* this */
            getfield org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference.id:Ljava/lang/String;
            putfield org.springframework.beans.factory.support.DefaultListableBeanFactory.serializationId:Ljava/lang/String;
         7: .line 1764
            aload 2 /* dummyFactory */
            areturn
        end local 2 // org.springframework.beans.factory.support.DefaultListableBeanFactory dummyFactory
        end local 1 // java.lang.ref.Reference ref
        end local 0 // org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/springframework/beans/factory/support/DefaultListableBeanFactory$SerializedBeanFactoryReference;
            1    8     1           ref  Ljava/lang/ref/Reference<*>;
            3    5     2        result  Ljava/lang/Object;
            6    8     2  dummyFactory  Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
}
SourceFile: "DefaultListableBeanFactory.java"
NestHost: org.springframework.beans.factory.support.DefaultListableBeanFactory
InnerClasses:
  private SerializedBeanFactoryReference = org.springframework.beans.factory.support.DefaultListableBeanFactory$SerializedBeanFactoryReference of org.springframework.beans.factory.support.DefaultListableBeanFactory