public interface com.fasterxml.jackson.databind.deser.ValueInstantiators
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.fasterxml.jackson.databind.deser.ValueInstantiators
super_class: java.lang.Object
{
public abstract com.fasterxml.jackson.databind.deser.ValueInstantiator findValueInstantiator(com.fasterxml.jackson.databind.DeserializationConfig, com.fasterxml.jackson.databind.BeanDescription, com.fasterxml.jackson.databind.deser.ValueInstantiator);
descriptor: (Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;)Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
config
beanDesc
defaultInstantiator
}
SourceFile: "ValueInstantiators.java"
NestMembers:
com.fasterxml.jackson.databind.deser.ValueInstantiators$Base
InnerClasses:
public Base = com.fasterxml.jackson.databind.deser.ValueInstantiators$Base of com.fasterxml.jackson.databind.deser.ValueInstantiators