public abstract class AbstractJSONClientExceptionMapper extends Object implements ClientExceptionMapper
Constructor and Description |
---|
AbstractJSONClientExceptionMapper()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
fromJSON(com.google.gwt.http.client.Response response,
Class<T> type)
Call this method to unmarshal the REST error response to a Bean of a
particular type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromResponse
public AbstractJSONClientExceptionMapper()
protected <T> T fromJSON(com.google.gwt.http.client.Response response, Class<T> type)
response
- type
- Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.