| Constructor and Description |
|---|
JacksonConverter() |
JacksonConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromBody(TypedInput body,
Type type) |
TypedOutput |
toBody(Object object) |
public JacksonConverter()
public JacksonConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public Object fromBody(TypedInput body, Type type) throws ConversionException
fromBody in interface ConverterConversionExceptionpublic TypedOutput toBody(Object object)
Copyright © 2014 Square, Inc.. All Rights Reserved.