public class org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator extends org.springframework.boot.actuate.health.AbstractHealthIndicator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
  super_class: org.springframework.boot.actuate.health.AbstractHealthIndicator
{
  private final HazelcastInstance hazelcast;
    descriptor: LHazelcastInstance;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(HazelcastInstance);
    descriptor: (LHazelcastInstance;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.hazelcast cannot be resolved\n\tHazelcastInstance cannot be resolved to a type\n\tHazelcastInstance cannot be resolved to a type\n\tHazelcastInstance cannot be resolved to a type\n\tHazelcastInstance cannot be resolved to a type\n\tHazelcastInstance cannot be resolved to a type\n\tHazelcastInstance cannot be resolved to a type\n\tHazelcastInstance cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/hazelcast/HazelcastHealthIndicator;
    MethodParameters:
           Name  Flags
      hazelcast  

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

  private java.lang.String extractUuid();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHazelcastInstance cannot be resolved to a type\n\tHazelcastInstance cannot be resolved to a type\n\tHazelcastInstance cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/hazelcast/HazelcastHealthIndicator;
}
SourceFile: "HazelcastHealthIndicator.java"
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health