Searched defs:ObjectMapper (Results 1 – 3 of 3) sorted by relevance
119 public class ObjectMapper class552 public ObjectMapper() { in ObjectMapper() method in ObjectMapper561 public ObjectMapper(JsonFactory jf) { in ObjectMapper() method in ObjectMapper570 protected ObjectMapper(ObjectMapper src) in ObjectMapper() method in ObjectMapper614 public ObjectMapper(JsonFactory jf, in ObjectMapper() method in ObjectMapper
654 ObjectMapper(const Value &E) : O(E.getAsObject()) {} in ObjectMapper() function
752 ObjectMapper(const Value &E, Path P) : O(E.getAsObject()), P(P) { in ObjectMapper() function