public interface JsonMapper
<T> List<T>
toList(String json, Class<T> type)
<T> T
toSingle(String json, Class<T> type)
String
toString(Object value)
<T> List<T> toList(String json, Class<T> type)
<T> T toSingle(String json, Class<T> type)
String toString(Object value)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.