public final class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
  super_class: java.lang.Object
{
  public static final java.lang.String V2_JSON;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "application/vnd.spring-boot.actuator.v2+json"

  public static final java.lang.String V3_JSON;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "application/vnd.spring-boot.actuator.v3+json"

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.http.ActuatorMediaType this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            return
        end local 0 // org.springframework.boot.actuate.endpoint.http.ActuatorMediaType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/actuate/endpoint/http/ActuatorMediaType;
}
SourceFile: "ActuatorMediaType.java"