public class JacksonMapper extends Object implements JsonMapper
| Constructor and Description |
|---|
JacksonMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
public JacksonMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
public <T> List<T> toList(String json, Class<T> type)
toList in interface JsonMapperpublic <T> T toSingle(String json, Class<T> type)
toSingle in interface JsonMapperpublic String toString(Object value)
toString in interface JsonMapperCopyright © 2019 Pivotal Software, Inc.. All rights reserved.