Searched defs:mapObject (Results 1 – 2 of 2) sorted by relevance
494 protected Object mapObject(JsonParser p, DeserializationContext ctxt) throws IOException in mapObject() method in UntypedObjectDeserializer621 protected Object mapObject(JsonParser p, DeserializationContext ctxt, in mapObject() method in UntypedObjectDeserializer925 protected Object mapObject(JsonParser p, DeserializationContext ctxt) throws IOException in mapObject() method in UntypedObjectDeserializer.Vanilla
80 template <typename T> Error mapObject(T &Value) { in mapObject() function