public interface org.springframework.boot.actuate.health.ReactiveHealthContributor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.health.ReactiveHealthContributor
  super_class: java.lang.Object
{
  public static org.springframework.boot.actuate.health.ReactiveHealthContributor adapt(org.springframework.boot.actuate.health.HealthContributor);
    descriptor: (Lorg/springframework/boot/actuate/health/HealthContributor;)Lorg/springframework/boot/actuate/health/ReactiveHealthContributor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.HealthContributor healthContributor
         0: .line 35
            aload 0 /* healthContributor */
            ldc "HealthContributor must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 36
            aload 0 /* healthContributor */
            instanceof org.springframework.boot.actuate.health.HealthIndicator
            ifeq 3
         2: .line 37
            new org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
            dup
            aload 0 /* healthContributor */
            checkcast org.springframework.boot.actuate.health.HealthIndicator
            invokespecial org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter.<init>:(Lorg/springframework/boot/actuate/health/HealthIndicator;)V
            areturn
         3: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* healthContributor */
            instanceof org.springframework.boot.actuate.health.CompositeHealthContributor
            ifeq 5
         4: .line 40
            new org.springframework.boot.actuate.health.CompositeHealthContributorReactiveAdapter
            dup
            aload 0 /* healthContributor */
            checkcast org.springframework.boot.actuate.health.CompositeHealthContributor
            invokespecial org.springframework.boot.actuate.health.CompositeHealthContributorReactiveAdapter.<init>:(Lorg/springframework/boot/actuate/health/CompositeHealthContributor;)V
            areturn
         5: .line 42
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Unknown HealthContributor type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.HealthContributor healthContributor
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0  healthContributor  Lorg/springframework/boot/actuate/health/HealthContributor;
    MethodParameters:
                   Name  Flags
      healthContributor  
}
SourceFile: "ReactiveHealthContributor.java"