public class JacksonMapper extends Object implements JsonMapper
| Constructor and Description |
|---|
JacksonMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
toObject(String json,
Type type) |
String |
toString(Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoList, toSinglepublic JacksonMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
public <T> T toObject(String json, Type type)
toObject in interface JsonMapperpublic String toString(Object value)
toString in interface JsonMapperCopyright © 2018 Pivotal Software, Inc.. All rights reserved.