public class org.springframework.boot.actuate.beans.BeansEndpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.beans.BeansEndpoint
  super_class: java.lang.Object
{
  private final org.springframework.context.ConfigurableApplicationContext context;
    descriptor: Lorg/springframework/context/ConfigurableApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(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.actuate.beans.BeansEndpoint this
        start local 1 // org.springframework.context.ConfigurableApplicationContext context
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* context */
            putfield org.springframework.boot.actuate.beans.BeansEndpoint.context:Lorg/springframework/context/ConfigurableApplicationContext;
         2: .line 52
            return
        end local 1 // org.springframework.context.ConfigurableApplicationContext context
        end local 0 // org.springframework.boot.actuate.beans.BeansEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/actuate/beans/BeansEndpoint;
            0    3     1  context  Lorg/springframework/context/ConfigurableApplicationContext;
    MethodParameters:
         Name  Flags
      context  

  public org.springframework.boot.actuate.beans.BeansEndpoint$ApplicationBeans beans();
    descriptor: ()Lorg/springframework/boot/actuate/beans/BeansEndpoint$ApplicationBeans;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.springframework.boot.actuate.beans.BeansEndpoint this
         0: .line 56
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* contexts */
        start local 1 // java.util.Map contexts
         1: .line 57
            aload 0 /* this */
            getfield org.springframework.boot.actuate.beans.BeansEndpoint.context:Lorg/springframework/context/ConfigurableApplicationContext;
            astore 2 /* context */
        start local 2 // org.springframework.context.ConfigurableApplicationContext context
         2: .line 58
            goto 5
         3: .line 59
      StackMap locals: java.util.Map org.springframework.context.ConfigurableApplicationContext
      StackMap stack:
            aload 1 /* contexts */
            aload 2 /* context */
            invokeinterface org.springframework.context.ConfigurableApplicationContext.getId:()Ljava/lang/String;
            aload 2 /* context */
            invokestatic org.springframework.boot.actuate.beans.BeansEndpoint$ContextBeans.describing:(Lorg/springframework/context/ConfigurableApplicationContext;)Lorg/springframework/boot/actuate/beans/BeansEndpoint$ContextBeans;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 60
            aload 2 /* context */
            invokestatic org.springframework.boot.actuate.beans.BeansEndpoint.getConfigurableParent:(Lorg/springframework/context/ConfigurableApplicationContext;)Lorg/springframework/context/ConfigurableApplicationContext;
            astore 2 /* context */
         5: .line 58
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            ifnonnull 3
         6: .line 62
            new org.springframework.boot.actuate.beans.BeansEndpoint$ApplicationBeans
            dup
            aload 1 /* contexts */
            invokespecial org.springframework.boot.actuate.beans.BeansEndpoint$ApplicationBeans.<init>:(Ljava/util/Map;)V
            areturn
        end local 2 // org.springframework.context.ConfigurableApplicationContext context
        end local 1 // java.util.Map contexts
        end local 0 // org.springframework.boot.actuate.beans.BeansEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/springframework/boot/actuate/beans/BeansEndpoint;
            1    7     1  contexts  Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/beans/BeansEndpoint$ContextBeans;>;
            2    7     2   context  Lorg/springframework/context/ConfigurableApplicationContext;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()

  private static org.springframework.context.ConfigurableApplicationContext getConfigurableParent(org.springframework.context.ConfigurableApplicationContext);
    descriptor: (Lorg/springframework/context/ConfigurableApplicationContext;)Lorg/springframework/context/ConfigurableApplicationContext;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.context.ConfigurableApplicationContext context
         0: .line 66
            aload 0 /* context */
            invokeinterface org.springframework.context.ConfigurableApplicationContext.getParent:()Lorg/springframework/context/ApplicationContext;
            astore 1 /* parent */
        start local 1 // org.springframework.context.ApplicationContext parent
         1: .line 67
            aload 1 /* parent */
            instanceof org.springframework.context.ConfigurableApplicationContext
            ifeq 3
         2: .line 68
            aload 1 /* parent */
            checkcast org.springframework.context.ConfigurableApplicationContext
            areturn
         3: .line 70
      StackMap locals: org.springframework.context.ApplicationContext
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.springframework.context.ApplicationContext parent
        end local 0 // org.springframework.context.ConfigurableApplicationContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  context  Lorg/springframework/context/ConfigurableApplicationContext;
            1    4     1   parent  Lorg/springframework/context/ApplicationContext;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "BeansEndpoint.java"
NestMembers:
  org.springframework.boot.actuate.beans.BeansEndpoint$ApplicationBeans  org.springframework.boot.actuate.beans.BeansEndpoint$BeanDescriptor  org.springframework.boot.actuate.beans.BeansEndpoint$ContextBeans
InnerClasses:
  public final ApplicationBeans = org.springframework.boot.actuate.beans.BeansEndpoint$ApplicationBeans of org.springframework.boot.actuate.beans.BeansEndpoint
  public final BeanDescriptor = org.springframework.boot.actuate.beans.BeansEndpoint$BeanDescriptor of org.springframework.boot.actuate.beans.BeansEndpoint
  public final ContextBeans = org.springframework.boot.actuate.beans.BeansEndpoint$ContextBeans of org.springframework.boot.actuate.beans.BeansEndpoint
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.Endpoint(id = "beans")