public class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator extends org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
  super_class: org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
{
  private static final SimpleStatement SELECT;
    descriptor: LSimpleStatement;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final ReactiveCassandraOperations reactiveCassandraOperations;
    descriptor: LReactiveCassandraOperations;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(ReactiveCassandraOperations);
    descriptor: (LReactiveCassandraOperations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.datastax cannot be resolved\n\tThe import com.datastax cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe import org.springframework.data cannot be resolved\n\tThe return types are incompatible for the inherited methods ReactiveHealthIndicator.health(), AbstractReactiveHealthIndicator.health()\n\tSimpleStatement cannot be resolved to a type\n\tSimpleStatement cannot be resolved\n\tConsistencyLevel cannot be resolved to a variable\n\tReactiveCassandraOperations cannot be resolved to a type\n\tReactiveCassandraOperations cannot be resolved to a type\n\tReactiveCassandraOperations cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tReactiveCassandraOperations cannot be resolved to a type\n\tSimpleStatement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/cassandra/CassandraReactiveHealthIndicator;
    MethodParameters:
                             Name  Flags
      reactiveCassandraOperations  

  protected Mono<org.springframework.boot.actuate.health.Health> doHealthCheck(org.springframework.boot.actuate.health.Health$Builder);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;)LMono;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tReactiveCassandraOperations cannot be resolved to a type\n\tSimpleStatement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/cassandra/CassandraReactiveHealthIndicator;
    Signature: (Lorg/springframework/boot/actuate/health/Health$Builder;)LMono<Lorg/springframework/boot/actuate/health/Health;>;
    MethodParameters:
         Name  Flags
      builder  
}
SourceFile: "CassandraReactiveHealthIndicator.java"
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health