Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
H A 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
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A 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
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DStdValueInstantiator.java227 public boolean canCreateUsingDelegate() { in canCreateUsingDelegate() method in StdValueInstantiator