Home
last modified time | relevance | path

Searched refs:valueInst (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DEnumMapDeserializer.java74 public EnumMapDeserializer(JavaType mapType, ValueInstantiator valueInst, in EnumMapDeserializer() argument
83 _valueInstantiator = valueInst; in EnumMapDeserializer()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDeserializationContext.java1171 public Object handleMissingInstantiator(Class<?> instClass, ValueInstantiator valueInst, in handleMissingInstantiator() argument
1183 instClass, valueInst, p, msg); in handleMissingInstantiator()
1203 if (valueInst == null ) { in handleMissingInstantiator()
1208 if (!valueInst.canInstantiate()) { in handleMissingInstantiator()