class org.springframework.boot.actuate.couchbase.CouchbaseHealth
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.couchbase.CouchbaseHealth
  super_class: java.lang.Object
{
  private final DiagnosticsResult diagnostics;
    descriptor: LDiagnosticsResult;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(DiagnosticsResult);
    descriptor: (LDiagnosticsResult;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.couchbase.CouchbaseHealth this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.couchbase cannot be resolved\n\tThe import com.couchbase cannot be resolved\n\tThe import com.couchbase cannot be resolved\n\tDiagnosticsResult cannot be resolved to a type\n\tDiagnosticsResult cannot be resolved to a type\n\tDiagnosticsResult cannot be resolved to a type\n\tDiagnosticsResult cannot be resolved to a type\n\tDiagnosticsResult cannot be resolved to a type\n\tDiagnosticsResult cannot be resolved to a type\n\tDiagnosticsResult cannot be resolved to a type\n\tClusterState cannot be resolved to a variable\n\tEndpointDiagnostics cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.couchbase.CouchbaseHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/couchbase/CouchbaseHealth;
    MethodParameters:
             Name  Flags
      diagnostics  

  void applyTo(org.springframework.boot.actuate.health.Health$Builder);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.couchbase.CouchbaseHealth this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDiagnosticsResult cannot be resolved to a type\n\tDiagnosticsResult cannot be resolved to a type\n\tDiagnosticsResult cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.couchbase.CouchbaseHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/couchbase/CouchbaseHealth;
    MethodParameters:
         Name  Flags
      builder  

  boolean isCouchbaseUp(DiagnosticsResult);
    descriptor: (LDiagnosticsResult;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.couchbase.CouchbaseHealth this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDiagnosticsResult cannot be resolved to a type\n\tClusterState cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.couchbase.CouchbaseHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/couchbase/CouchbaseHealth;
    MethodParameters:
             Name  Flags
      diagnostics  

  java.util.Map<java.lang.String, java.lang.Object> describe(EndpointDiagnostics);
    descriptor: (LEndpointDiagnostics;)Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.couchbase.CouchbaseHealth this
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEndpointDiagnostics cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.couchbase.CouchbaseHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/couchbase/CouchbaseHealth;
    Signature: (LEndpointDiagnostics;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
                Name  Flags
      endpointHealth  
}
SourceFile: "CouchbaseHealth.java"
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health