Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestValueInstantiator.java173 public JavaType getDelegateType(DeserializationConfig config) { in getDelegateType() method in TestValueInstantiator.MyDelegateBeanInstantiator
210 public JavaType getDelegateType(DeserializationConfig config) { in getDelegateType() method in TestValueInstantiator.MyDelegateListInstantiator
249 public JavaType getDelegateType(DeserializationConfig config) { in getDelegateType() method in TestValueInstantiator.MyDelegateMapInstantiator
317 public JavaType getDelegateType(DeserializationConfig config) { in getDelegateType() method in TestValueInstantiator.AnnotatedBeanDelegatingInstantiator
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DValueInstantiator.java218 public JavaType getDelegateType(DeserializationConfig config) { return null; } in getDelegateType() method in ValueInstantiator
551 public JavaType getDelegateType(DeserializationConfig config) { in getDelegateType() method in ValueInstantiator.Delegating
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdValueInstantiator.java251 public JavaType getDelegateType(DeserializationConfig config) { in getDelegateType() method in StdValueInstantiator