public class JacksonConverter extends Object implements ContentConverter
| Constructor and Description |
|---|
JacksonConverter() |
JacksonConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromBody(TypedInput typedInput,
Class<T> clazz) |
TypedOutput |
toBody(ConvertibleOutput object) |
public JacksonConverter()
public JacksonConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public <T> T fromBody(TypedInput typedInput, Class<T> clazz)
fromBody in interface ContentConverterpublic TypedOutput toBody(ConvertibleOutput object)
toBody in interface ContentConverterCopyright © 2014. All rights reserved.