Home
last modified time | relevance | path

Searched refs:canCreateFromObjectWith (Results 1 – 7 of 7) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DValueInstantiator.java116 || canCreateFromObjectWith() || canCreateFromString() in canInstantiate()
195 public boolean canCreateFromObjectWith() { return false; } in canCreateFromObjectWith() method in ValueInstantiator
543 public boolean canCreateFromObjectWith() { return delegate().canCreateFromObjectWith(); } in canCreateFromObjectWith() method in ValueInstantiator.Delegating
DBeanDeserializerBase.java238 || _valueInstantiator.canCreateFromObjectWith() in BeanDeserializerBase()
492 if (_valueInstantiator.canCreateFromObjectWith()) { in resolve()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestValueInstantiator.java115 public boolean canCreateFromObjectWith() { return true; } in canCreateFromObjectWith() method in TestValueInstantiator.PolymorphicBeanInstantiator
145 public boolean canCreateFromObjectWith() { return true; } in canCreateFromObjectWith() method in TestValueInstantiator.CreatorMapInstantiator
425 public boolean canCreateFromObjectWith() { return true; } in testPropertyBasedBeanInstantiator()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DJsonLocationInstantiator.java28 public boolean canCreateFromObjectWith() { return true; } in canCreateFromObjectWith() method in JsonLocationInstantiator
DStdValueInstantiator.java237 public boolean canCreateFromObjectWith() { in canCreateFromObjectWith() method in StdValueInstantiator
245 || canCreateFromObjectWith() || canCreateFromString() in canInstantiate()
DEnumMapDeserializer.java156 } else if (_valueInstantiator.canCreateFromObjectWith()) { in resolve()
DMapDeserializer.java284 if (_valueInstantiator.canCreateFromObjectWith()) { in resolve()