class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean$ReactiveHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.jmx.EndpointMBean$ReactiveHandler
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.jmx.EndpointMBean$ReactiveHandler this
         0: .line 172
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.actuate.endpoint.jmx.EndpointMBean$ReactiveHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/jmx/EndpointMBean$ReactiveHandler;

  static java.lang.Object handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 175
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono<capture#1-of ?> cannot be resolved to a type\n\tMono cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      result  
}
SourceFile: "EndpointMBean.java"
NestHost: org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
InnerClasses:
  private ReactiveHandler = org.springframework.boot.actuate.endpoint.jmx.EndpointMBean$ReactiveHandler of org.springframework.boot.actuate.endpoint.jmx.EndpointMBean