public class com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder extends com.fasterxml.jackson.core.TSFBuilder<com.fasterxml.jackson.dataformat.yaml.YAMLFactory, com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder
  super_class: com.fasterxml.jackson.core.TSFBuilder
{
  protected int _formatGeneratorFeatures;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker _quotingChecker;
    descriptor: Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;
    flags: (0x0004) ACC_PROTECTED

  protected org.yaml.snakeyaml.DumperOptions$Version _version;
    descriptor: Lorg/yaml/snakeyaml/DumperOptions$Version;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
         0: .line 49
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.core.TSFBuilder.<init>:()V
         1: .line 50
            aload 0 /* this */
            getstatic com.fasterxml.jackson.dataformat.yaml.YAMLFactory.DEFAULT_YAML_GENERATOR_FEATURE_FLAGS:I
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
         2: .line 51
            return
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;

  public void <init>(com.fasterxml.jackson.dataformat.yaml.YAMLFactory);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
        start local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLFactory base
         0: .line 54
            aload 0 /* this */
            aload 1 /* base */
            invokespecial com.fasterxml.jackson.core.TSFBuilder.<init>:(Lcom/fasterxml/jackson/core/JsonFactory;)V
         1: .line 55
            aload 0 /* this */
            aload 1 /* base */
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactory._yamlGeneratorFeatures:I
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
         2: .line 56
            aload 0 /* this */
            aload 1 /* base */
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactory._version:Lorg/yaml/snakeyaml/DumperOptions$Version;
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._version:Lorg/yaml/snakeyaml/DumperOptions$Version;
         3: .line 57
            aload 0 /* this */
            aload 1 /* base */
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactory._quotingChecker:Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._quotingChecker:Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;
         4: .line 58
            return
        end local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLFactory base
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            0    5     1  base  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactory;
    MethodParameters:
      Name  Flags
      base  

  public com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder enable(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
        start local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
         0: .line 69
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
            aload 1 /* f */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature.getMask:()I
            ior
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            0    2     1     f  Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
    MethodParameters:
      Name  Flags
      f     

  public com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder enable(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature, com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[]);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;[Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
        start local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature first
        start local 2 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[] other
         0: .line 74
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
            aload 1 /* first */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature.getMask:()I
            ior
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
         1: .line 75
            aload 2 /* other */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[] top int int com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* f */
        start local 3 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
         3: .line 76
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
            aload 3 /* f */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature.getMask:()I
            ior
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
        end local 3 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
         4: .line 75
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 78
            aload 0 /* this */
            areturn
        end local 2 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[] other
        end local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature first
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            0    7     1  first  Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
            0    7     2  other  [Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
            3    4     3      f  Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
    MethodParameters:
       Name  Flags
      first  
      other  

  public com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder disable(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
        start local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
         0: .line 82
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
            aload 1 /* f */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature.getMask:()I
            iconst_m1
            ixor
            iand
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
         1: .line 83
            aload 0 /* this */
            areturn
        end local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            0    2     1     f  Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
    MethodParameters:
      Name  Flags
      f     

  public com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder disable(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature, com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[]);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;[Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
        start local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature first
        start local 2 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[] other
         0: .line 87
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
            aload 1 /* first */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature.getMask:()I
            iconst_m1
            ixor
            iand
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
         1: .line 88
            aload 2 /* other */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[] top int int com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* f */
        start local 3 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
         3: .line 89
            aload 0 /* this */
            dup
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
            aload 3 /* f */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature.getMask:()I
            iconst_m1
            ixor
            iand
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
        end local 3 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
         4: .line 88
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 91
            aload 0 /* this */
            areturn
        end local 2 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature[] other
        end local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature first
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            0    7     1  first  Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
            0    7     2  other  [Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
            3    4     3      f  Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
    MethodParameters:
       Name  Flags
      first  
      other  

  public com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder configure(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature, boolean);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;Z)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
        start local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
        start local 2 // boolean state
         0: .line 95
            iload 2 /* state */
            ifeq 1
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder.enable:(Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* f */
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder.disable:(Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
      StackMap locals:
      StackMap stack: com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder
         2: areturn
        end local 2 // boolean state
        end local 1 // com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature f
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            0    3     1      f  Lcom/fasterxml/jackson/dataformat/yaml/YAMLGenerator$Feature;
            0    3     2  state  Z
    MethodParameters:
       Name  Flags
      f      
      state  

  public com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder stringQuotingChecker(com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker);
    descriptor: (Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
        start local 1 // com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker sqc
         0: .line 116
            aload 0 /* this */
            aload 1 /* sqc */
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._quotingChecker:Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;
         1: .line 117
            aload 0 /* this */
            areturn
        end local 1 // com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker sqc
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            0    2     1   sqc  Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;
    MethodParameters:
      Name  Flags
      sqc   

  public com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder yamlVersionToWrite(org.yaml.snakeyaml.DumperOptions$Version);
    descriptor: (Lorg/yaml/snakeyaml/DumperOptions$Version;)Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
        start local 1 // org.yaml.snakeyaml.DumperOptions$Version v
         0: .line 131
            aload 0 /* this */
            aload 1 /* v */
            putfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._version:Lorg/yaml/snakeyaml/DumperOptions$Version;
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // org.yaml.snakeyaml.DumperOptions$Version v
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;
            0    2     1     v  Lorg/yaml/snakeyaml/DumperOptions$Version;
    MethodParameters:
      Name  Flags
      v     

  public int formatGeneratorFeaturesMask();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
         0: .line 142
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._formatGeneratorFeatures:I
            ireturn
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;

  public org.yaml.snakeyaml.DumperOptions$Version yamlVersionToWrite();
    descriptor: ()Lorg/yaml/snakeyaml/DumperOptions$Version;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
         0: .line 145
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._version:Lorg/yaml/snakeyaml/DumperOptions$Version;
            areturn
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;

  public com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker stringQuotingChecker();
    descriptor: ()Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
         0: .line 149
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._quotingChecker:Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;
            ifnull 2
         1: .line 150
            aload 0 /* this */
            getfield com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder._quotingChecker:Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker;
            areturn
         2: .line 152
      StackMap locals:
      StackMap stack:
            invokestatic com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker$Default.instance:()Lcom/fasterxml/jackson/dataformat/yaml/util/StringQuotingChecker$Default;
            areturn
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;

  public com.fasterxml.jackson.dataformat.yaml.YAMLFactory build();
    descriptor: ()Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
         0: .line 157
            new com.fasterxml.jackson.dataformat.yaml.YAMLFactory
            dup
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.dataformat.yaml.YAMLFactory.<init>:(Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;)V
            areturn
        end local 0 // com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;

  public com.fasterxml.jackson.core.JsonFactory build();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonFactory;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder.build:()Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactory;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/fasterxml/jackson/core/TSFBuilder<Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactory;Lcom/fasterxml/jackson/dataformat/yaml/YAMLFactoryBuilder;>;
SourceFile: "YAMLFactoryBuilder.java"
InnerClasses:
  public final Feature = com.fasterxml.jackson.dataformat.yaml.YAMLGenerator$Feature of com.fasterxml.jackson.dataformat.yaml.YAMLGenerator
  public Default = com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker$Default of com.fasterxml.jackson.dataformat.yaml.util.StringQuotingChecker
  public final Version = org.yaml.snakeyaml.DumperOptions$Version of org.yaml.snakeyaml.DumperOptions