public class JacksonObjectMapper extends Object implements ObjectMapper
| Constructor and Description |
|---|
JacksonObjectMapper() |
JacksonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper om) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readValue(String value,
Class<T> valueType) |
<T> T |
readValue(String value,
GenericType<T> genericType) |
String |
writeValue(Object value) |
public JacksonObjectMapper()
public JacksonObjectMapper(com.fasterxml.jackson.databind.ObjectMapper om)
public <T> T readValue(String value, Class<T> valueType)
readValue in interface ObjectMapperpublic <T> T readValue(String value, GenericType<T> genericType)
readValue in interface ObjectMapperpublic String writeValue(Object value)
writeValue in interface ObjectMapperCopyright © 2022. All rights reserved.