Searched refs:canInstantiate (Results 1 – 6 of 6) sorted by relevance
70 public boolean canInstantiate() { return true; } in canInstantiate() method in JDKValueInstantiators.ArrayListInstantiator94 public boolean canInstantiate() { return true; } in canInstantiate() method in JDKValueInstantiators.HashMapInstantiator118 public boolean canInstantiate() { return true; } in canInstantiate() method in JDKValueInstantiators.LinkedHashMapInstantiator143 public boolean canInstantiate() { return true; } in canInstantiate() method in JDKValueInstantiators.ConstantValueInstantiator
113 public boolean canInstantiate() { in canInstantiate() method in ValueInstantiator524 public boolean canInstantiate() { return delegate().canInstantiate(); } in canInstantiate() method in ValueInstantiator.Delegating
282 if (type.isAbstract() && !valueInstantiator.canInstantiate()) { in buildBeanDeserializer()
242 public boolean canInstantiate() { in canInstantiate() method in StdValueInstantiator
1208 if (!valueInst.canInstantiate()) { in handleMissingInstantiator()
529 #1804: `ValueInstantiator.canInstantiate()` ignores `canCreateUsingArrayDelegate()`727 #1804: `ValueInstantiator.canInstantiate()` ignores `canCreateUsingArrayDelegate()`