public class JsonResponseHandler<T,P> extends AbstractResponseHandler<T,P>
logger, myContentType, parameterType, returnType| Constructor and Description |
|---|
JsonResponseHandler(Class<T>... returnTypes) |
JsonResponseHandler(int status,
Class<T>... returnTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
deserialize(String content) |
String |
serialize(Object entity) |
handleResponseprotected T deserialize(String content)
deserialize in class AbstractResponseHandler<T,P>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.