public final class com.fasterxml.jackson.databind.MapperFeature extends java.lang.Enum<com.fasterxml.jackson.databind.MapperFeature> implements com.fasterxml.jackson.databind.cfg.ConfigFeature
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.fasterxml.jackson.databind.MapperFeature
  super_class: java.lang.Enum
{
  public static final com.fasterxml.jackson.databind.MapperFeature USE_ANNOTATIONS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature USE_GETTERS_AS_SETTERS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature PROPAGATE_TRANSIENT_MARKER;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature AUTO_DETECT_CREATORS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature AUTO_DETECT_FIELDS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature AUTO_DETECT_GETTERS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature AUTO_DETECT_IS_GETTERS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature AUTO_DETECT_SETTERS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature REQUIRE_SETTERS_FOR_GETTERS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature ALLOW_FINAL_FIELDS_AS_MUTATORS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature INFER_PROPERTY_MUTATORS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature INFER_CREATOR_FROM_CONSTRUCTOR_PROPERTIES;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature CAN_OVERRIDE_ACCESS_MODIFIERS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature OVERRIDE_PUBLIC_ACCESS_MODIFIERS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature USE_STATIC_TYPING;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature DEFAULT_VIEW_INCLUSION;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature SORT_PROPERTIES_ALPHABETICALLY;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature ACCEPT_CASE_INSENSITIVE_PROPERTIES;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature ACCEPT_CASE_INSENSITIVE_ENUMS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature USE_WRAPPER_NAME_AS_PROPERTY_NAME;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature USE_STD_BEAN_NAMING;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature ALLOW_EXPLICIT_PROPERTY_RENAMING;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature ALLOW_COERCION_OF_SCALARS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature IGNORE_DUPLICATE_MODULE_REGISTRATIONS;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.databind.MapperFeature IGNORE_MERGE_FOR_UNMERGEABLE;
    descriptor: Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final boolean _defaultState;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int _mask;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final com.fasterxml.jackson.databind.MapperFeature[] ENUM$VALUES;
    descriptor: [Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 25
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "USE_ANNOTATIONS"
            iconst_0
         1: .line 33
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.USE_ANNOTATIONS:Lcom/fasterxml/jackson/databind/MapperFeature;
         2: .line 35
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "USE_GETTERS_AS_SETTERS"
            iconst_1
         3: .line 51
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.USE_GETTERS_AS_SETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
         4: .line 53
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "PROPAGATE_TRANSIENT_MARKER"
            iconst_2
         5: .line 64
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.PROPAGATE_TRANSIENT_MARKER:Lcom/fasterxml/jackson/databind/MapperFeature;
         6: .line 72
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "AUTO_DETECT_CREATORS"
            iconst_3
         7: .line 86
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_CREATORS:Lcom/fasterxml/jackson/databind/MapperFeature;
         8: .line 88
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "AUTO_DETECT_FIELDS"
            iconst_4
         9: .line 101
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_FIELDS:Lcom/fasterxml/jackson/databind/MapperFeature;
        10: .line 103
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "AUTO_DETECT_GETTERS"
            iconst_5
        11: .line 120
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_GETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
        12: .line 122
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "AUTO_DETECT_IS_GETTERS"
            bipush 6
        13: .line 136
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_IS_GETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
        14: .line 138
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "AUTO_DETECT_SETTERS"
            bipush 7
        15: .line 152
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_SETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
        16: .line 154
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "REQUIRE_SETTERS_FOR_GETTERS"
            bipush 8
        17: .line 163
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.REQUIRE_SETTERS_FOR_GETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
        18: .line 165
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "ALLOW_FINAL_FIELDS_AS_MUTATORS"
            bipush 9
        19: .line 177
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.ALLOW_FINAL_FIELDS_AS_MUTATORS:Lcom/fasterxml/jackson/databind/MapperFeature;
        20: .line 179
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "INFER_PROPERTY_MUTATORS"
            bipush 10
        21: .line 195
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.INFER_PROPERTY_MUTATORS:Lcom/fasterxml/jackson/databind/MapperFeature;
        22: .line 197
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "INFER_CREATOR_FROM_CONSTRUCTOR_PROPERTIES"
            bipush 11
        23: .line 214
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.INFER_CREATOR_FROM_CONSTRUCTOR_PROPERTIES:Lcom/fasterxml/jackson/databind/MapperFeature;
        24: .line 222
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "CAN_OVERRIDE_ACCESS_MODIFIERS"
            bipush 12
        25: .line 245
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS:Lcom/fasterxml/jackson/databind/MapperFeature;
        26: .line 247
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "OVERRIDE_PUBLIC_ACCESS_MODIFIERS"
            bipush 13
        27: .line 264
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.OVERRIDE_PUBLIC_ACCESS_MODIFIERS:Lcom/fasterxml/jackson/databind/MapperFeature;
        28: .line 272
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "USE_STATIC_TYPING"
            bipush 14
        29: .line 287
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.USE_STATIC_TYPING:Lcom/fasterxml/jackson/databind/MapperFeature;
        30: .line 295
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "DEFAULT_VIEW_INCLUSION"
            bipush 15
        31: .line 311
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.DEFAULT_VIEW_INCLUSION:Lcom/fasterxml/jackson/databind/MapperFeature;
        32: .line 319
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "SORT_PROPERTIES_ALPHABETICALLY"
            bipush 16
        33: .line 334
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.SORT_PROPERTIES_ALPHABETICALLY:Lcom/fasterxml/jackson/databind/MapperFeature;
        34: .line 342
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "ACCEPT_CASE_INSENSITIVE_PROPERTIES"
            bipush 17
        35: .line 356
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES:Lcom/fasterxml/jackson/databind/MapperFeature;
        36: .line 359
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "ACCEPT_CASE_INSENSITIVE_ENUMS"
            bipush 18
        37: .line 369
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS:Lcom/fasterxml/jackson/databind/MapperFeature;
        38: .line 371
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "USE_WRAPPER_NAME_AS_PROPERTY_NAME"
            bipush 19
        39: .line 383
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME:Lcom/fasterxml/jackson/databind/MapperFeature;
        40: .line 385
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "USE_STD_BEAN_NAMING"
            bipush 20
        41: .line 399
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.USE_STD_BEAN_NAMING:Lcom/fasterxml/jackson/databind/MapperFeature;
        42: .line 401
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "ALLOW_EXPLICIT_PROPERTY_RENAMING"
            bipush 21
        43: .line 410
            iconst_0
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.ALLOW_EXPLICIT_PROPERTY_RENAMING:Lcom/fasterxml/jackson/databind/MapperFeature;
        44: .line 418
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "ALLOW_COERCION_OF_SCALARS"
            bipush 22
        45: .line 438
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.ALLOW_COERCION_OF_SCALARS:Lcom/fasterxml/jackson/databind/MapperFeature;
        46: .line 446
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "IGNORE_DUPLICATE_MODULE_REGISTRATIONS"
            bipush 23
        47: .line 463
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.IGNORE_DUPLICATE_MODULE_REGISTRATIONS:Lcom/fasterxml/jackson/databind/MapperFeature;
        48: .line 465
            new com.fasterxml.jackson.databind.MapperFeature
            dup
            ldc "IGNORE_MERGE_FOR_UNMERGEABLE"
            bipush 24
        49: .line 477
            iconst_1
            invokespecial com.fasterxml.jackson.databind.MapperFeature.<init>:(Ljava/lang/String;IZ)V
            putstatic com.fasterxml.jackson.databind.MapperFeature.IGNORE_MERGE_FOR_UNMERGEABLE:Lcom/fasterxml/jackson/databind/MapperFeature;
        50: .line 17
            bipush 25
            anewarray com.fasterxml.jackson.databind.MapperFeature
            dup
            iconst_0
            getstatic com.fasterxml.jackson.databind.MapperFeature.USE_ANNOTATIONS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            iconst_1
            getstatic com.fasterxml.jackson.databind.MapperFeature.USE_GETTERS_AS_SETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            iconst_2
            getstatic com.fasterxml.jackson.databind.MapperFeature.PROPAGATE_TRANSIENT_MARKER:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            iconst_3
            getstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_CREATORS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            iconst_4
            getstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_FIELDS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            iconst_5
            getstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_GETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 6
            getstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_IS_GETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 7
            getstatic com.fasterxml.jackson.databind.MapperFeature.AUTO_DETECT_SETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 8
            getstatic com.fasterxml.jackson.databind.MapperFeature.REQUIRE_SETTERS_FOR_GETTERS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 9
            getstatic com.fasterxml.jackson.databind.MapperFeature.ALLOW_FINAL_FIELDS_AS_MUTATORS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 10
            getstatic com.fasterxml.jackson.databind.MapperFeature.INFER_PROPERTY_MUTATORS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 11
            getstatic com.fasterxml.jackson.databind.MapperFeature.INFER_CREATOR_FROM_CONSTRUCTOR_PROPERTIES:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 12
            getstatic com.fasterxml.jackson.databind.MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 13
            getstatic com.fasterxml.jackson.databind.MapperFeature.OVERRIDE_PUBLIC_ACCESS_MODIFIERS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 14
            getstatic com.fasterxml.jackson.databind.MapperFeature.USE_STATIC_TYPING:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 15
            getstatic com.fasterxml.jackson.databind.MapperFeature.DEFAULT_VIEW_INCLUSION:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 16
            getstatic com.fasterxml.jackson.databind.MapperFeature.SORT_PROPERTIES_ALPHABETICALLY:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 17
            getstatic com.fasterxml.jackson.databind.MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 18
            getstatic com.fasterxml.jackson.databind.MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 19
            getstatic com.fasterxml.jackson.databind.MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 20
            getstatic com.fasterxml.jackson.databind.MapperFeature.USE_STD_BEAN_NAMING:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 21
            getstatic com.fasterxml.jackson.databind.MapperFeature.ALLOW_EXPLICIT_PROPERTY_RENAMING:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 22
            getstatic com.fasterxml.jackson.databind.MapperFeature.ALLOW_COERCION_OF_SCALARS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 23
            getstatic com.fasterxml.jackson.databind.MapperFeature.IGNORE_DUPLICATE_MODULE_REGISTRATIONS:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            dup
            bipush 24
            getstatic com.fasterxml.jackson.databind.MapperFeature.IGNORE_MERGE_FOR_UNMERGEABLE:Lcom/fasterxml/jackson/databind/MapperFeature;
            aastore
            putstatic com.fasterxml.jackson.databind.MapperFeature.ENUM$VALUES:[Lcom/fasterxml/jackson/databind/MapperFeature;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.databind.MapperFeature this
        start local 3 // boolean defaultState
         0: .line 484
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 485
            aload 0 /* this */
            iload 3 /* defaultState */
            putfield com.fasterxml.jackson.databind.MapperFeature._defaultState:Z
         2: .line 486
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            invokevirtual com.fasterxml.jackson.databind.MapperFeature.ordinal:()I
            ishl
            putfield com.fasterxml.jackson.databind.MapperFeature._mask:I
         3: .line 487
            return
        end local 3 // boolean defaultState
        end local 0 // com.fasterxml.jackson.databind.MapperFeature this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/fasterxml/jackson/databind/MapperFeature;
            0    4     3  defaultState  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      defaultState   

  public boolean enabledByDefault();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.databind.MapperFeature this
         0: .line 490
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.MapperFeature._defaultState:Z
            ireturn
        end local 0 // com.fasterxml.jackson.databind.MapperFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/databind/MapperFeature;

  public int getMask();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.databind.MapperFeature this
         0: .line 493
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.MapperFeature._mask:I
            ireturn
        end local 0 // com.fasterxml.jackson.databind.MapperFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/databind/MapperFeature;

  public boolean enabledIn(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.MapperFeature this
        start local 1 // int flags
         0: .line 496
            iload 1 /* flags */
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.MapperFeature._mask:I
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int flags
        end local 0 // com.fasterxml.jackson.databind.MapperFeature this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/fasterxml/jackson/databind/MapperFeature;
            0    2     1  flags  I
    MethodParameters:
       Name  Flags
      flags  

  public static com.fasterxml.jackson.databind.MapperFeature[] values();
    descriptor: ()[Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.fasterxml.jackson.databind.MapperFeature.ENUM$VALUES:[Lcom/fasterxml/jackson/databind/MapperFeature;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.fasterxml.jackson.databind.MapperFeature
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.fasterxml.jackson.databind.MapperFeature valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/fasterxml/jackson/databind/MapperFeature;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/fasterxml/jackson/databind/MapperFeature;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.fasterxml.jackson.databind.MapperFeature
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/fasterxml/jackson/databind/MapperFeature;>;Lcom/fasterxml/jackson/databind/cfg/ConfigFeature;
SourceFile: "MapperFeature.java"