public class com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder
  super_class: java.lang.Object
{
  protected java.util.Set<java.lang.Class<?>> _invalidBaseTypes;
    descriptor: Ljava/util/Set;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Set<Ljava/lang/Class<*>;>;

  protected java.util.List<com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher> _baseTypeMatchers;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;>;

  protected java.util.List<com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher> _subTypeNameMatchers;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$NameMatcher;>;

  protected java.util.List<com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher> _subTypeClassMatchers;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;>;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfBaseType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // java.lang.Class baseOfBase
         0: .line 105
            aload 0 /* this */
            new com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$1
            dup
            aload 0 /* this */
            aload 1 /* baseOfBase */
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$1.<init>:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;Ljava/lang/Class;)V
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendBaseMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 1 // java.lang.Class baseOfBase
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    1     1  baseOfBase  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    MethodParameters:
            Name  Flags
      baseOfBase  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfBaseType(java.util.regex.Pattern);
    descriptor: (Ljava/util/regex/Pattern;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // java.util.regex.Pattern patternForBase
         0: .line 131
            aload 0 /* this */
            new com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$2
            dup
            aload 0 /* this */
            aload 1 /* patternForBase */
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$2.<init>:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;Ljava/util/regex/Pattern;)V
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendBaseMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 1 // java.util.regex.Pattern patternForBase
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    1     1  patternForBase  Ljava/util/regex/Pattern;
    MethodParameters:
                Name  Flags
      patternForBase  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfBaseType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // java.lang.String prefixForBase
         0: .line 151
            aload 0 /* this */
            new com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$3
            dup
            aload 0 /* this */
            aload 1 /* prefixForBase */
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$3.<init>:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;Ljava/lang/String;)V
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendBaseMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 1 // java.lang.String prefixForBase
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    1     1  prefixForBase  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      prefixForBase  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfBaseType(com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher);
    descriptor: (Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher matcher
         0: .line 171
            aload 0 /* this */
            aload 1 /* matcher */
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendBaseMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher matcher
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    1     1  matcher  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;
    MethodParameters:
         Name  Flags
      matcher  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder denyForExactBaseType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // java.lang.Class baseTypeToDeny
         0: .line 187
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._invalidBaseTypes:Ljava/util/Set;
            ifnonnull 2
         1: .line 188
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._invalidBaseTypes:Ljava/util/Set;
         2: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._invalidBaseTypes:Ljava/util/Set;
            aload 1 /* baseTypeToDeny */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         3: .line 191
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Class baseTypeToDeny
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    4     1  baseTypeToDeny  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    MethodParameters:
                Name  Flags
      baseTypeToDeny  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfSubType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // java.lang.Class subTypeBase
         0: .line 208
            aload 0 /* this */
            new com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$4
            dup
            aload 0 /* this */
            aload 1 /* subTypeBase */
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$4.<init>:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;Ljava/lang/Class;)V
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendSubClassMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 1 // java.lang.Class subTypeBase
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    1     1  subTypeBase  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    MethodParameters:
             Name  Flags
      subTypeBase  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfSubType(java.util.regex.Pattern);
    descriptor: (Ljava/util/regex/Pattern;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // java.util.regex.Pattern patternForSubType
         0: .line 233
            aload 0 /* this */
            new com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$5
            dup
            aload 0 /* this */
            aload 1 /* patternForSubType */
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$5.<init>:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;Ljava/util/regex/Pattern;)V
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendSubNameMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$NameMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 1 // java.util.regex.Pattern patternForSubType
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    1     1  patternForSubType  Ljava/util/regex/Pattern;
    MethodParameters:
                   Name  Flags
      patternForSubType  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfSubType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // java.lang.String prefixForSubType
         0: .line 253
            aload 0 /* this */
            new com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$6
            dup
            aload 0 /* this */
            aload 1 /* prefixForSubType */
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$6.<init>:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;Ljava/lang/String;)V
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendSubNameMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$NameMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 1 // java.lang.String prefixForSubType
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    1     1  prefixForSubType  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      prefixForSubType  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfSubType(com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher);
    descriptor: (Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher matcher
         0: .line 273
            aload 0 /* this */
            aload 1 /* matcher */
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendSubClassMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher matcher
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    1     1  matcher  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;
    MethodParameters:
         Name  Flags
      matcher  final

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder allowIfSubTypeIsArray();
    descriptor: ()Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
         0: .line 291
            aload 0 /* this */
            new com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7
            dup
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7.<init>:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;)V
            invokevirtual com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._appendSubClassMatcher:(Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            areturn
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;

  public com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator build();
    descriptor: ()Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
         0: .line 319
            new com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator
            dup
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._invalidBaseTypes:Ljava/util/Set;
         1: .line 320
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._baseTypeMatchers:Ljava/util/List;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder
      StackMap stack: new 0 new 0 java.util.Set
         2: aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._baseTypeMatchers:Ljava/util/List;
            iconst_0
            anewarray com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher[]
         3: .line 321
      StackMap locals: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder
      StackMap stack: new 0 new 0 java.util.Set com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher[]
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeNameMatchers:Ljava/util/List;
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder
      StackMap stack: new 0 new 0 java.util.Set com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher[]
         4: aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeNameMatchers:Ljava/util/List;
            iconst_0
            anewarray com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher[]
         5: .line 322
      StackMap locals: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder
      StackMap stack: new 0 new 0 java.util.Set com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher[] com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher[]
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeClassMatchers:Ljava/util/List;
            ifnonnull 6
            aconst_null
            goto 7
      StackMap locals: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder
      StackMap stack: new 0 new 0 java.util.Set com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher[] com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher[]
         6: aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeClassMatchers:Ljava/util/List;
            iconst_0
            anewarray com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher[]
         7: .line 319
      StackMap locals: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder
      StackMap stack: new 0 new 0 java.util.Set com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher[] com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher[] com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher[]
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator.<init>:(Ljava/util/Set;[Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;[Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$NameMatcher;[Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)V
            areturn
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;

  protected com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder _appendBaseMatcher(com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher);
    descriptor: (Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher matcher
         0: .line 327
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._baseTypeMatchers:Ljava/util/List;
            ifnonnull 2
         1: .line 328
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._baseTypeMatchers:Ljava/util/List;
         2: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._baseTypeMatchers:Ljava/util/List;
            aload 1 /* matcher */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 331
            aload 0 /* this */
            areturn
        end local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher matcher
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    4     1  matcher  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;
    MethodParameters:
         Name  Flags
      matcher  

  protected com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder _appendSubNameMatcher(com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher);
    descriptor: (Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$NameMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher matcher
         0: .line 335
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeNameMatchers:Ljava/util/List;
            ifnonnull 2
         1: .line 336
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeNameMatchers:Ljava/util/List;
         2: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeNameMatchers:Ljava/util/List;
            aload 1 /* matcher */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 339
            aload 0 /* this */
            areturn
        end local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher matcher
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    4     1  matcher  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$NameMatcher;
    MethodParameters:
         Name  Flags
      matcher  

  protected com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder _appendSubClassMatcher(com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher);
    descriptor: (Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;)Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
        start local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher matcher
         0: .line 343
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeClassMatchers:Ljava/util/List;
            ifnonnull 2
         1: .line 344
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeClassMatchers:Ljava/util/List;
         2: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder._subTypeClassMatchers:Ljava/util/List;
            aload 1 /* matcher */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 347
            aload 0 /* this */
            areturn
        end local 1 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher matcher
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            0    4     1  matcher  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$TypeMatcher;
    MethodParameters:
         Name  Flags
      matcher  
}
SourceFile: "BasicPolymorphicTypeValidator.java"
NestHost: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator
InnerClasses:
  public Builder = com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder of com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator
  com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$1
  com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$2
  com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$3
  com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$4
  com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$5
  com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$6
  com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7
  public abstract NameMatcher = com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$NameMatcher of com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator
  public abstract TypeMatcher = com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher of com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator