public class JacksonApiGatewayJsonSerializer extends Object implements Serializer
Serializer.Stringified| Modifier and Type | Field and Description |
|---|---|
(package private) String |
contentType |
(package private) static com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
JacksonApiGatewayJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
toObject(String input,
Class<T> clazz) |
Serializer.Stringified |
toString(Object object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentType, isCandidateToBeDefaultSerializerstatic com.fasterxml.jackson.databind.ObjectMapper objectMapper
final String contentType
public Serializer.Stringified toString(Object object)
toString in interface Serializerpublic <T> T toObject(String input, Class<T> clazz)
toObject in interface SerializerCopyright © 2019. All rights reserved.