public class ExceptionMarshaller extends Object implements JsonMarshaller<RemoteException>
| Constructor and Description |
|---|
ExceptionMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static RemoteException |
_read(org.codehaus.jackson.JsonParser jp) |
Class<RemoteException> |
getJavaType()
The marshalled java type
|
String |
getType()
The type name that appears in serialization
|
RemoteException |
read(org.codehaus.jackson.JsonParser jp)
Builds and returns a POJO from the JSON object
|
static RemoteException |
readException(String content) |
void |
write(org.codehaus.jackson.JsonGenerator jg,
Object value)
Writes the POJO object to the JsonGenerator
|
public ExceptionMarshaller()
public String getType()
JsonMarshallergetType in interface JsonMarshaller<RemoteException>public Class<RemoteException> getJavaType()
JsonMarshallergetJavaType in interface JsonMarshaller<RemoteException>public static RemoteException readException(String content) throws IOException
IOExceptionpublic RemoteException read(org.codehaus.jackson.JsonParser jp) throws IOException
JsonMarshallerread in interface JsonMarshaller<RemoteException>IOExceptionpublic static RemoteException _read(org.codehaus.jackson.JsonParser jp) throws IOException
IOExceptionpublic void write(org.codehaus.jackson.JsonGenerator jg, Object value)
JsonMarshallerwrite in interface JsonMarshaller<RemoteException>Copyright © 2017 Nuxeo. All rights reserved.