public abstract class org.springframework.boot.actuate.health.HealthComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.health.HealthComponent
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.HealthComponent this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            return
        end local 0 // org.springframework.boot.actuate.health.HealthComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/actuate/health/HealthComponent;

  public org.springframework.boot.actuate.health.Status getStatus();
    descriptor: ()Lorg/springframework/boot/actuate/health/Status;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.HealthComponent this
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJsonUnwrapped cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.HealthComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/HealthComponent;
    RuntimeInvisibleAnnotations: 
      JsonUnwrapped()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        JsonUnwrapped()
}
SourceFile: "HealthComponent.java"