public class com.fasterxml.jackson.dataformat.yaml.YAMLMapper$Builder extends MapperBuilder<com.fasterxml.jackson.dataformat.yaml.YAMLMapper, com.fasterxml.jackson.dataformat.yaml.YAMLMapper$Builder>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.dataformat.yaml.YAMLMapper$Builder
  super_class: java.lang.Object
{
  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$Builder this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tMapperBuilder cannot be resolved to a type\n\t_mapper cannot be resolved\n\t_mapper cannot be resolved\n\t_mapper cannot be resolved\n\t_mapper cannot be resolved\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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLMapper$Builder;
    MethodParameters:
      Name  Flags
      m     

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

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

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