class com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7 extends com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7
  super_class: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher
{
  final com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder this$1;
    descriptor: Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder);
    descriptor: (Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7 this
         0: .line 291
            aload 0 /* this */
            aload 1
            putfield com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7.this$1:Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher.<init>:()V
            return
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder$7;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean match(com.fasterxml.jackson.databind.cfg.MapperConfig<?>, java.lang.Class<?>);
    descriptor: (Lcom/fasterxml/jackson/databind/cfg/MapperConfig;Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7 this
        start local 1 // com.fasterxml.jackson.databind.cfg.MapperConfig config
        start local 2 // java.lang.Class clazz
         0: .line 294
            aload 2 /* clazz */
            invokevirtual java.lang.Class.isArray:()Z
            ireturn
        end local 2 // java.lang.Class clazz
        end local 1 // com.fasterxml.jackson.databind.cfg.MapperConfig config
        end local 0 // com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder$7 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder$7;
            0    1     1  config  Lcom/fasterxml/jackson/databind/cfg/MapperConfig<*>;
            0    1     2   clazz  Ljava/lang/Class<*>;
    Signature: (Lcom/fasterxml/jackson/databind/cfg/MapperConfig<*>;Ljava/lang/Class<*>;)Z
    MethodParameters:
        Name  Flags
      config  
      clazz   
}
SourceFile: "BasicPolymorphicTypeValidator.java"
EnclosingMethod: com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder.allowIfSubTypeIsArray:()Lcom/fasterxml/jackson/databind/jsontype/BasicPolymorphicTypeValidator$Builder;
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$7
  public abstract TypeMatcher = com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$TypeMatcher of com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator