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