public final class org.springframework.boot.actuate.metrics.http.Outcome extends java.lang.Enum<org.springframework.boot.actuate.metrics.http.Outcome>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.springframework.boot.actuate.metrics.http.Outcome
  super_class: java.lang.Enum
{
  public static final org.springframework.boot.actuate.metrics.http.Outcome INFORMATIONAL;
    descriptor: Lorg/springframework/boot/actuate/metrics/http/Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.actuate.metrics.http.Outcome SUCCESS;
    descriptor: Lorg/springframework/boot/actuate/metrics/http/Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.actuate.metrics.http.Outcome REDIRECTION;
    descriptor: Lorg/springframework/boot/actuate/metrics/http/Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.actuate.metrics.http.Outcome CLIENT_ERROR;
    descriptor: Lorg/springframework/boot/actuate/metrics/http/Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.actuate.metrics.http.Outcome SERVER_ERROR;
    descriptor: Lorg/springframework/boot/actuate/metrics/http/Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.boot.actuate.metrics.http.Outcome UNKNOWN;
    descriptor: Lorg/springframework/boot/actuate/metrics/http/Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final Tag tag;
    descriptor: LTag;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.http.Outcome this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.http.Outcome this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/http/Outcome;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public Tag asTag();
    descriptor: ()LTag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.http.Outcome this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.http.Outcome this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/http/Outcome;

  public static org.springframework.boot.actuate.metrics.http.Outcome forStatus(int);
    descriptor: (I)Lorg/springframework/boot/actuate/metrics/http/Outcome;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      status  
}
Signature: Ljava/lang/Enum<Lorg/springframework/boot/actuate/metrics/http/Outcome;>;
SourceFile: "Outcome.java"