public class org.springframework.boot.actuate.health.PingHealthIndicator 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.health.PingHealthIndicator
  super_class: org.springframework.boot.actuate.health.AbstractHealthIndicator
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.PingHealthIndicator this
         0: .line 27
            aload 0 /* this */
            invokespecial org.springframework.boot.actuate.health.AbstractHealthIndicator.<init>:()V
            return
        end local 0 // org.springframework.boot.actuate.health.PingHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/PingHealthIndicator;

  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=1, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.PingHealthIndicator this
        start local 1 // org.springframework.boot.actuate.health.Health$Builder builder
         0: .line 31
            aload 1 /* builder */
            invokevirtual org.springframework.boot.actuate.health.Health$Builder.up:()Lorg/springframework/boot/actuate/health/Health$Builder;
            pop
         1: .line 32
            return
        end local 1 // org.springframework.boot.actuate.health.Health$Builder builder
        end local 0 // org.springframework.boot.actuate.health.PingHealthIndicator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/boot/actuate/health/PingHealthIndicator;
            0    2     1  builder  Lorg/springframework/boot/actuate/health/Health$Builder;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      builder  
}
SourceFile: "PingHealthIndicator.java"
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health