Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A 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
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
H A 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
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DJsonLocationInstantiator.java28 public boolean canCreateFromObjectWith() { return true; } in canCreateFromObjectWith() method in JsonLocationInstantiator
H A DStdValueInstantiator.java237 public boolean canCreateFromObjectWith() { in canCreateFromObjectWith() method in StdValueInstantiator