public class org.springframework.boot.json.JacksonJsonParser extends org.springframework.boot.json.AbstractJsonParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.json.JacksonJsonParser
  super_class: org.springframework.boot.json.AbstractJsonParser
{
  private static final org.springframework.boot.json.JacksonJsonParser$MapTypeReference MAP_TYPE;
    descriptor: Lorg/springframework/boot/json/JacksonJsonParser$MapTypeReference;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.springframework.boot.json.JacksonJsonParser$ListTypeReference LIST_TYPE;
    descriptor: Lorg/springframework/boot/json/JacksonJsonParser$ListTypeReference;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private ObjectMapper objectMapper;
    descriptor: LObjectMapper;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(ObjectMapper);
    descriptor: (LObjectMapper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.json.JacksonJsonParser this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tThe method tryParse(Callable<T>, Class<? extends Exception>) in the type AbstractJsonParser is not applicable for the arguments (() -> {}, Class<Exception>)\n\tThe method getObjectMapper() from the type JacksonJsonParser refers to the missing type ObjectMapper\n\tThe method tryParse(Callable<T>, Class<? extends Exception>) in the type AbstractJsonParser is not applicable for the arguments (() -> {}, Class<Exception>)\n\tThe method getObjectMapper() from the type JacksonJsonParser refers to the missing type ObjectMapper\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tTypeReference cannot be resolved to a type\n\tTypeReference cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.json.JacksonJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/json/JacksonJsonParser;
    MethodParameters:
              Name  Flags
      objectMapper  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.json.JacksonJsonParser this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tThe method tryParse(Callable<T>, Class<? extends Exception>) in the type AbstractJsonParser is not applicable for the arguments (() -> {}, Class<Exception>)\n\tThe method getObjectMapper() from the type JacksonJsonParser refers to the missing type ObjectMapper\n\tThe method tryParse(Callable<T>, Class<? extends Exception>) in the type AbstractJsonParser is not applicable for the arguments (() -> {}, Class<Exception>)\n\tThe method getObjectMapper() from the type JacksonJsonParser refers to the missing type ObjectMapper\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tTypeReference cannot be resolved to a type\n\tTypeReference cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.json.JacksonJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/json/JacksonJsonParser;

  public java.util.Map<java.lang.String, java.lang.Object> parseMap(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.json.JacksonJsonParser this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method tryParse(Callable<T>, Class<? extends Exception>) in the type AbstractJsonParser is not applicable for the arguments (() -> {}, Class<Exception>)\n\tThe method getObjectMapper() from the type JacksonJsonParser refers to the missing type ObjectMapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.json.JacksonJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/json/JacksonJsonParser;
    Signature: (Ljava/lang/String;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
      Name  Flags
      json  

  public java.util.List<java.lang.Object> parseList(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.json.JacksonJsonParser this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method tryParse(Callable<T>, Class<? extends Exception>) in the type AbstractJsonParser is not applicable for the arguments (() -> {}, Class<Exception>)\n\tThe method getObjectMapper() from the type JacksonJsonParser refers to the missing type ObjectMapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.json.JacksonJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/json/JacksonJsonParser;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/Object;>;
    MethodParameters:
      Name  Flags
      json  

  private ObjectMapper getObjectMapper();
    descriptor: ()LObjectMapper;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.json.JacksonJsonParser this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.json.JacksonJsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/json/JacksonJsonParser;
}
SourceFile: "JacksonJsonParser.java"
NestMembers:
  org.springframework.boot.json.JacksonJsonParser$ListTypeReference  org.springframework.boot.json.JacksonJsonParser$MapTypeReference
InnerClasses:
  private ListTypeReference = org.springframework.boot.json.JacksonJsonParser$ListTypeReference of org.springframework.boot.json.JacksonJsonParser
  private MapTypeReference = org.springframework.boot.json.JacksonJsonParser$MapTypeReference of org.springframework.boot.json.JacksonJsonParser