Home
last modified time | relevance | path

Searched defs:canCreateFromObjectWith (Results 1 – 4 of 4) sorted by relevance

/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
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DValueInstantiator.java195 public boolean canCreateFromObjectWith() { return false; } in canCreateFromObjectWith() method in ValueInstantiator
543 public boolean canCreateFromObjectWith() { return delegate().canCreateFromObjectWith(); } in canCreateFromObjectWith() method in ValueInstantiator.Delegating
/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