Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
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 …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
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
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdValueInstantiator.java181 public String getValueTypeDesc() { in getValueTypeDesc() method in StdValueInstantiator
528 … "Instantiation of "+getValueTypeDesc()+" value failed: "+ClassUtil.exceptionMessage(t), t); in wrapException()
602 throw new IllegalStateException("No delegate constructor for "+getValueTypeDesc()); in _createUsingDelegate()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DNodeContext2049Test.java40 public String getValueTypeDesc() { in getValueTypeDesc() method in NodeContext2049Test.ListValueInstantiator