public final class com.fasterxml.jackson.core.type.WritableTypeId$Inclusion extends java.lang.Enum<com.fasterxml.jackson.core.type.WritableTypeId$Inclusion>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
  super_class: java.lang.Enum
{
  public static final com.fasterxml.jackson.core.type.WritableTypeId$Inclusion WRAPPER_ARRAY;
    descriptor: Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.core.type.WritableTypeId$Inclusion WRAPPER_OBJECT;
    descriptor: Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.core.type.WritableTypeId$Inclusion METADATA_PROPERTY;
    descriptor: Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.core.type.WritableTypeId$Inclusion PAYLOAD_PROPERTY;
    descriptor: Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.fasterxml.jackson.core.type.WritableTypeId$Inclusion PARENT_PROPERTY;
    descriptor: Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 35
            new com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
            dup
            ldc "WRAPPER_ARRAY"
            iconst_0
            invokespecial com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.<init>:(Ljava/lang/String;I)V
         1: .line 40
            putstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.WRAPPER_ARRAY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
         2: .line 42
            new com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
            dup
            ldc "WRAPPER_OBJECT"
            iconst_1
            invokespecial com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.<init>:(Ljava/lang/String;I)V
         3: .line 48
            putstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.WRAPPER_OBJECT:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
         4: .line 50
            new com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
            dup
            ldc "METADATA_PROPERTY"
            iconst_2
            invokespecial com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.<init>:(Ljava/lang/String;I)V
         5: .line 60
            putstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.METADATA_PROPERTY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
         6: .line 62
            new com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
            dup
            ldc "PAYLOAD_PROPERTY"
            iconst_3
            invokespecial com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.<init>:(Ljava/lang/String;I)V
         7: .line 76
            putstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.PAYLOAD_PROPERTY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
         8: .line 78
            new com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
            dup
            ldc "PARENT_PROPERTY"
            iconst_4
            invokespecial com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.<init>:(Ljava/lang/String;I)V
         9: .line 92
            putstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.PARENT_PROPERTY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
        10: .line 34
            iconst_5
            anewarray com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
            dup
            iconst_0
            getstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.WRAPPER_ARRAY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            aastore
            dup
            iconst_1
            getstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.WRAPPER_OBJECT:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            aastore
            dup
            iconst_2
            getstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.METADATA_PROPERTY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            aastore
            dup
            iconst_3
            getstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.PAYLOAD_PROPERTY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            aastore
            dup
            iconst_4
            getstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.PARENT_PROPERTY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            aastore
            putstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.ENUM$VALUES:[Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.type.WritableTypeId$Inclusion this
         0: .line 34
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.fasterxml.jackson.core.type.WritableTypeId$Inclusion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public boolean requiresObjectContext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.type.WritableTypeId$Inclusion this
         0: .line 95
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.METADATA_PROPERTY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            if_acmpeq 1
            aload 0 /* this */
            getstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.PAYLOAD_PROPERTY:Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.fasterxml.jackson.core.type.WritableTypeId$Inclusion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;

  public static com.fasterxml.jackson.core.type.WritableTypeId$Inclusion[] values();
    descriptor: ()[Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.fasterxml.jackson.core.type.WritableTypeId$Inclusion.ENUM$VALUES:[Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
            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.core.type.WritableTypeId$Inclusion valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/fasterxml/jackson/core/type/WritableTypeId$Inclusion;>;
SourceFile: "WritableTypeId.java"
NestHost: com.fasterxml.jackson.core.type.WritableTypeId
InnerClasses:
  public final Inclusion = com.fasterxml.jackson.core.type.WritableTypeId$Inclusion of com.fasterxml.jackson.core.type.WritableTypeId