N
- - The expected type of JSON Node.P
- - The expected type of JSON Parser.public interface JsonObjectMapper<N,P>
Modifier and Type | Method and Description |
---|---|
<T> T |
fromJson(Object json,
Class<T> valueType) |
<T> T |
fromJson(Object json,
Map<String,Object> javaTypes) |
<T> T |
fromJson(P parser,
Type valueType) |
void |
populateJavaTypes(Map<String,Object> map,
Class<?> sourceClass) |
String |
toJson(Object value) |
void |
toJson(Object value,
Writer writer) |
N |
toJsonNode(Object value) |