Home
last modified time | relevance | path

Searched refs:canInstantiate (Results 1 – 6 of 6) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DJDKValueInstantiators.java70 public boolean canInstantiate() { return true; } in canInstantiate() method in JDKValueInstantiators.ArrayListInstantiator
94 public boolean canInstantiate() { return true; } in canInstantiate() method in JDKValueInstantiators.HashMapInstantiator
118 public boolean canInstantiate() { return true; } in canInstantiate() method in JDKValueInstantiators.LinkedHashMapInstantiator
143 public boolean canInstantiate() { return true; } in canInstantiate() method in JDKValueInstantiators.ConstantValueInstantiator
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DValueInstantiator.java113 public boolean canInstantiate() { in canInstantiate() method in ValueInstantiator
524 public boolean canInstantiate() { return delegate().canInstantiate(); } in canInstantiate() method in ValueInstantiator.Delegating
DBeanDeserializerFactory.java282 if (type.isAbstract() && !valueInstantiator.canInstantiate()) { in buildBeanDeserializer()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdValueInstantiator.java242 public boolean canInstantiate() { in canInstantiate() method in StdValueInstantiator
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDeserializationContext.java1208 if (!valueInst.canInstantiate()) { in handleMissingInstantiator()
/external/jackson-databind/release-notes/
DVERSION-2.x529 #1804: `ValueInstantiator.canInstantiate()` ignores `canCreateUsingArrayDelegate()`
727 #1804: `ValueInstantiator.canInstantiate()` ignores `canCreateUsingArrayDelegate()`