public class com.fasterxml.jackson.dataformat.yaml.YAMLMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.dataformat.yaml.YAMLMapper
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tThe method copy() of type YAMLMapper must override or implement a supertype method\n\tThe method _checkInvalidCopy(Class<YAMLMapper>) is undefined for the type YAMLMapper\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\tThe method getFactory() of type YAMLMapper must override or implement a supertype method\n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;

  public void <init>(com.fasterxml.jackson.dataformat.yaml.YAMLFactory);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tThe method copy() of type YAMLMapper must override or implement a supertype method\n\tThe method _checkInvalidCopy(Class<YAMLMapper>) is undefined for the type YAMLMapper\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\tThe method getFactory() of type YAMLMapper must override or implement a supertype method\n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    MethodParameters:
      Name  Flags
      f     

  public void <init>(com.fasterxml.jackson.dataformat.yaml.YAMLMapper);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tThe method copy() of type YAMLMapper must override or implement a supertype method\n\tThe method _checkInvalidCopy(Class<YAMLMapper>) is undefined for the type YAMLMapper\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\t_jsonFactory cannot be resolved to a variable\n\tThe method getFactory() of type YAMLMapper must override or implement a supertype method\n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    MethodParameters:
      Name  Flags
      base  

  public com.fasterxml.jackson.dataformat.yaml.YAMLMapper copy();
    descriptor: ()Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method copy() of type YAMLMapper must override or implement a supertype method\n\tThe method _checkInvalidCopy(Class<YAMLMapper>) is undefined for the type YAMLMapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;

  public com.fasterxml.jackson.dataformat.yaml.YAMLMapper configure(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature, boolean);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;Z)Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    MethodParameters:
       Name  Flags
      f      
      state  

  public com.fasterxml.jackson.dataformat.yaml.YAMLMapper configure(com.fasterxml.jackson.dataformat.yaml.YAMLParser$Feature, boolean);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLParser$Feature;Z)Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    MethodParameters:
       Name  Flags
      f      
      state  

  public com.fasterxml.jackson.dataformat.yaml.YAMLMapper enable(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    MethodParameters:
      Name  Flags
      f     

  public com.fasterxml.jackson.dataformat.yaml.YAMLMapper enable(com.fasterxml.jackson.dataformat.yaml.YAMLParser$Feature);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLParser$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    MethodParameters:
      Name  Flags
      f     

  public com.fasterxml.jackson.dataformat.yaml.YAMLMapper disable(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    MethodParameters:
      Name  Flags
      f     

  public com.fasterxml.jackson.dataformat.yaml.YAMLMapper disable(com.fasterxml.jackson.dataformat.yaml.YAMLParser$Feature);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLParser$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
    MethodParameters:
      Name  Flags
      f     

  public final com.fasterxml.jackson.dataformat.yaml.YAMLFactory getFactory();
    descriptor: ()Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactory;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getFactory() of type YAMLMapper must override or implement a supertype method\n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper;
}
SourceFile: "YAMLMapper.java"
InnerClasses:
  public final Feature = com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature of com.fasterxml.jackson.dataformat.yaml.YAMLGenerator
  public final Feature = com.fasterxml.jackson.dataformat.yaml.YAMLParser$Feature of com.fasterxml.jackson.dataformat.yaml.YAMLParser