Home
last modified time | relevance | path

Searched refs:getFromObjectArguments (Results 1 – 9 of 9) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DValueInstantiator.java207 public SettableBeanProperty[] getFromObjectArguments(DeserializationConfig config) { in getFromObjectArguments() method in ValueInstantiator
546 public SettableBeanProperty[] getFromObjectArguments(DeserializationConfig config) { in getFromObjectArguments() method in ValueInstantiator.Delegating
547 return delegate().getFromObjectArguments(config); in getFromObjectArguments()
DBeanDeserializerFactory.java491 ? builder.getValueInstantiator().getFromObjectArguments(ctxt.getConfig()) in addBeanProps()
DBeanDeserializerBase.java493 creatorProps = _valueInstantiator.getFromObjectArguments(ctxt.getConfig()); in resolve()
DBasicDeserializerFactory.java1486 : valueInstantiator.getFromObjectArguments(ctxt.getConfig()); in createEnumDeserializer()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestValueInstantiator.java118 public CreatorProperty[] getFromObjectArguments(DeserializationConfig config) { in getFromObjectArguments() method in TestValueInstantiator.PolymorphicBeanInstantiator
148 public CreatorProperty[] getFromObjectArguments(DeserializationConfig config) { in getFromObjectArguments() method in TestValueInstantiator.CreatorMapInstantiator
428 public CreatorProperty[] getFromObjectArguments(DeserializationConfig config) { in testPropertyBasedBeanInstantiator()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DJsonLocationInstantiator.java31 public SettableBeanProperty[] getFromObjectArguments(DeserializationConfig config) { in getFromObjectArguments() method in JsonLocationInstantiator
DEnumMapDeserializer.java157 … SettableBeanProperty[] creatorProps = _valueInstantiator.getFromObjectArguments(ctxt.getConfig()); in resolve()
DStdValueInstantiator.java261 public SettableBeanProperty[] getFromObjectArguments(DeserializationConfig config) { in getFromObjectArguments() method in StdValueInstantiator
DMapDeserializer.java285 … SettableBeanProperty[] creatorProps = _valueInstantiator.getFromObjectArguments(ctxt.getConfig()); in resolve()