public interface JsonMapper extends Serializable
| Modifier and Type | Method and Description |
|---|---|
<T> T |
mapToObject(RestResponse resp,
Class<T> clazz)
Parse the content of the provided
RestResponse to de-serialize to an object of the given Class |
String |
ObjectToJsonString(Object obj) |
<T> T mapToObject(RestResponse resp, Class<T> clazz)
RestResponse to de-serialize to an object of the given Classresp - the response to de-serializeclazz - the target class of the objectCopyright © 2011-2013 Seam Framework. All Rights Reserved.