class org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter implements org.springframework.boot.actuate.health.ReactiveHealthIndicator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
  super_class: java.lang.Object
{
  private final org.springframework.boot.actuate.health.HealthIndicator delegate;
    descriptor: Lorg/springframework/boot/actuate/health/HealthIndicator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.boot.actuate.health.HealthIndicator);
    descriptor: (Lorg/springframework/boot/actuate/health/HealthIndicator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter this
        start local 1 // org.springframework.boot.actuate.health.HealthIndicator delegate
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 1 /* delegate */
            ldc "Delegate must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 36
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter.delegate:Lorg/springframework/boot/actuate/health/HealthIndicator;
         3: .line 37
            return
        end local 1 // org.springframework.boot.actuate.health.HealthIndicator delegate
        end local 0 // org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/springframework/boot/actuate/health/HealthIndicatorReactiveAdapter;
            0    4     1  delegate  Lorg/springframework/boot/actuate/health/HealthIndicator;
    MethodParameters:
          Name  Flags
      delegate  

  public Mono<org.springframework.boot.actuate.health.Health> health();
    descriptor: ()LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n\tSchedulers cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/HealthIndicatorReactiveAdapter;
    Signature: ()LMono<Lorg/springframework/boot/actuate/health/Health;>;

  public Mono health();
    descriptor: ()LMono;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter.health:()LMono;
            checkcast Mono
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HealthIndicatorReactiveAdapter.java"