Home
last modified time | relevance | path

Searched refs:getValueInstantiator (Results 1 – 13 of 13) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DThrowableDeserializer.java72 return ctxt.handleMissingInstantiator(handledType(), getValueInstantiator(), p, in deserializeFromObject()
79 return ctxt.handleMissingInstantiator(handledType(), getValueInstantiator(), p, in deserializeFromObject()
DEnumMapDeserializer.java221 public ValueInstantiator getValueInstantiator() { in getValueInstantiator() method in EnumMapDeserializer
344 getValueInstantiator(), null, in constructMap()
DContainerDeserializerBase.java138 ValueInstantiator vi = getValueInstantiator(); in getEmptyValue()
DReferenceTypeDeserializer.java157 public ValueInstantiator getValueInstantiator() { return _valueInstantiator; } in getValueInstantiator() method in ReferenceTypeDeserializer
DFactoryBasedEnumDeserializer.java113 public ValueInstantiator getValueInstantiator() { return _valueInstantiator; } in getValueInstantiator() method in FactoryBasedEnumDeserializer
DStdDeserializer.java142 public ValueInstantiator getValueInstantiator() { return null; } in getValueInstantiator() method in StdDeserializer
260 final ValueInstantiator inst = getValueInstantiator(); in _deserializeFromString()
330 final ValueInstantiator inst = getValueInstantiator(); in _deserializeFromEmptyString()
1722 ValueInstantiator vi = ((BeanDeserializerBase) valueDeser).getValueInstantiator(); in _findNullProvider()
DStringCollectionDeserializer.java159 public ValueInstantiator getValueInstantiator() { in getValueInstantiator() method in StringCollectionDeserializer
DMapDeserializer.java376 public ValueInstantiator getValueInstantiator() { in getValueInstantiator() method in MapDeserializer
428 getValueInstantiator(), p, in deserialize()
DCollectionDeserializer.java222 public ValueInstantiator getValueInstantiator() { in getValueInstantiator() method in CollectionDeserializer
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializerBase.java214 _valueInstantiator = builder.getValueInstantiator(); in BeanDeserializerBase()
941 ValueInstantiator vi = bd.getValueInstantiator(); in _resolveInnerClassValuedProperty()
1203 public ValueInstantiator getValueInstantiator() { in getValueInstantiator() method in BeanDeserializerBase
1400 return ctxt.handleMissingInstantiator(raw, getValueInstantiator(), p, in deserializeFromObjectUsingNonDefault()
1455 return ctxt.handleMissingInstantiator(handledType(), getValueInstantiator(), p, in deserializeFromNumber()
1521 return ctxt.handleMissingInstantiator(handledType(), getValueInstantiator(), p, in deserializeFromDouble()
DValueInstantiator.java47 public ValueInstantiator getValueInstantiator(); in getValueInstantiator() method
DBeanDeserializerBuilder.java333 public ValueInstantiator getValueInstantiator() { in getValueInstantiator() method in BeanDeserializerBuilder
DBeanDeserializerFactory.java491 ? builder.getValueInstantiator().getFromObjectArguments(ctxt.getConfig()) in addBeanProps()