Home
last modified time | relevance | path

Searched defs:canInstantiate (Results 1 – 3 of 3) 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
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdValueInstantiator.java242 public boolean canInstantiate() { in canInstantiate() method in StdValueInstantiator