Home
last modified time | relevance | path

Searched defs:getValueTypeDesc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
H A DTestValueInstantiator.java57 public String getValueTypeDesc() { in getValueTypeDesc() method in TestValueInstantiator.InstantiatorBase
89 public String getValueTypeDesc() { in getValueTypeDesc() method in TestValueInstantiator.MyBeanInstantiator
110 public String getValueTypeDesc() { in getValueTypeDesc() method in TestValueInstantiator.PolymorphicBeanInstantiator
140 public String getValueTypeDesc() { in getValueTypeDesc() method in TestValueInstantiator.CreatorMapInstantiator
167 public String getValueTypeDesc() { return "xxx"; } in getValueTypeDesc() method in TestValueInstantiator.MyDelegateBeanInstantiator
186 public String getValueTypeDesc() { in getValueTypeDesc() method in TestValueInstantiator.MyListInstantiator
204 public String getValueTypeDesc() { return "xxx"; } in getValueTypeDesc() method in TestValueInstantiator.MyDelegateListInstantiator
225 public String getValueTypeDesc() { in getValueTypeDesc() method in TestValueInstantiator.MyMapInstantiator
243 public String getValueTypeDesc() { return "xxx"; } in getValueTypeDesc() method in TestValueInstantiator.MyDelegateMapInstantiator
275 public String getValueTypeDesc() { in getValueTypeDesc() method in TestValueInstantiator.AnnotatedBeanInstantiator
[all …]
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A DValueInstantiator.java100 public String getValueTypeDesc() { in getValueTypeDesc() method in ValueInstantiator
480 public String getValueTypeDesc() { in getValueTypeDesc() method in ValueInstantiator.Base
521 public String getValueTypeDesc() { return delegate().getValueTypeDesc(); } in getValueTypeDesc() method in ValueInstantiator.Delegating
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
H A DNodeContext2049Test.java40 public String getValueTypeDesc() { in getValueTypeDesc() method in NodeContext2049Test.ListValueInstantiator
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DStdValueInstantiator.java181 public String getValueTypeDesc() { in getValueTypeDesc() method in StdValueInstantiator