Home
last modified time | relevance | path

Searched defs:canCreateUsingDelegate (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestValueInstantiator.java62 public boolean canCreateUsingDelegate() { return false; } in canCreateUsingDelegate() method in TestValueInstantiator.InstantiatorBase
170 public boolean canCreateUsingDelegate() { return true; } in canCreateUsingDelegate() method in TestValueInstantiator.MyDelegateBeanInstantiator
207 public boolean canCreateUsingDelegate() { return true; } in canCreateUsingDelegate() method in TestValueInstantiator.MyDelegateListInstantiator
246 public boolean canCreateUsingDelegate() { return true; } in canCreateUsingDelegate() method in TestValueInstantiator.MyDelegateMapInstantiator
314 public boolean canCreateUsingDelegate() { return true; } in canCreateUsingDelegate() method in TestValueInstantiator.AnnotatedBeanDelegatingInstantiator
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DValueInstantiator.java179 public boolean canCreateUsingDelegate() { return false; } in canCreateUsingDelegate() method in ValueInstantiator
539 public boolean canCreateUsingDelegate() { return delegate().canCreateUsingDelegate(); } in canCreateUsingDelegate() method in ValueInstantiator.Delegating
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdValueInstantiator.java227 public boolean canCreateUsingDelegate() { in canCreateUsingDelegate() method in StdValueInstantiator