public class org.springframework.boot.builder.ParentContextApplicationContextInitializer implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.builder.ParentContextApplicationContextInitializer
  super_class: java.lang.Object
{
  private int order;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.springframework.context.ApplicationContext parent;
    descriptor: Lorg/springframework/context/ApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.builder.ParentContextApplicationContextInitializer this
        start local 1 // org.springframework.context.ApplicationContext parent
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            ldc -2147483648
            putfield org.springframework.boot.builder.ParentContextApplicationContextInitializer.order:I
         2: .line 43
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.springframework.boot.builder.ParentContextApplicationContextInitializer.parent:Lorg/springframework/context/ApplicationContext;
         3: .line 44
            return
        end local 1 // org.springframework.context.ApplicationContext parent
        end local 0 // org.springframework.boot.builder.ParentContextApplicationContextInitializer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer;
            0    4     1  parent  Lorg/springframework/context/ApplicationContext;
    MethodParameters:
        Name  Flags
      parent  

  public void setOrder(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.builder.ParentContextApplicationContextInitializer this
        start local 1 // int order
         0: .line 47
            aload 0 /* this */
            iload 1 /* order */
            putfield org.springframework.boot.builder.ParentContextApplicationContextInitializer.order:I
         1: .line 48
            return
        end local 1 // int order
        end local 0 // org.springframework.boot.builder.ParentContextApplicationContextInitializer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer;
            0    2     1  order  I
    MethodParameters:
       Name  Flags
      order  

  public int getOrder();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.builder.ParentContextApplicationContextInitializer this
         0: .line 52
            aload 0 /* this */
            getfield org.springframework.boot.builder.ParentContextApplicationContextInitializer.order:I
            ireturn
        end local 0 // org.springframework.boot.builder.ParentContextApplicationContextInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer;

  public void initialize(org.springframework.context.ConfigurableApplicationContext);
    descriptor: (Lorg/springframework/context/ConfigurableApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.builder.ParentContextApplicationContextInitializer this
        start local 1 // org.springframework.context.ConfigurableApplicationContext applicationContext
         0: .line 57
            aload 1 /* applicationContext */
            aload 0 /* this */
            getfield org.springframework.boot.builder.ParentContextApplicationContextInitializer.parent:Lorg/springframework/context/ApplicationContext;
            if_acmpeq 3
         1: .line 58
            aload 1 /* applicationContext */
            aload 0 /* this */
            getfield org.springframework.boot.builder.ParentContextApplicationContextInitializer.parent:Lorg/springframework/context/ApplicationContext;
            invokeinterface org.springframework.context.ConfigurableApplicationContext.setParent:(Lorg/springframework/context/ApplicationContext;)V
         2: .line 59
            aload 1 /* applicationContext */
            getstatic org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher.INSTANCE:Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer$EventPublisher;
            invokeinterface org.springframework.context.ConfigurableApplicationContext.addApplicationListener:(Lorg/springframework/context/ApplicationListener;)V
         3: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.springframework.context.ConfigurableApplicationContext applicationContext
        end local 0 // org.springframework.boot.builder.ParentContextApplicationContextInitializer this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/springframework/boot/builder/ParentContextApplicationContextInitializer;
            0    4     1  applicationContext  Lorg/springframework/context/ConfigurableApplicationContext;
    MethodParameters:
                    Name  Flags
      applicationContext  
}
Signature: Ljava/lang/Object;Lorg/springframework/context/ApplicationContextInitializer<Lorg/springframework/context/ConfigurableApplicationContext;>;Lorg/springframework/core/Ordered;
SourceFile: "ParentContextApplicationContextInitializer.java"
NestMembers:
  org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher  org.springframework.boot.builder.ParentContextApplicationContextInitializer$ParentContextAvailableEvent
InnerClasses:
  private EventPublisher = org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher of org.springframework.boot.builder.ParentContextApplicationContextInitializer
  public ParentContextAvailableEvent = org.springframework.boot.builder.ParentContextApplicationContextInitializer$ParentContextAvailableEvent of org.springframework.boot.builder.ParentContextApplicationContextInitializer