@Provider public class JsonAutomationInfoWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<AutomationInfo>
| Constructor and Description |
|---|
JsonAutomationInfoWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(AutomationInfo arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4) |
boolean |
isWriteable(Class<?> arg0,
Type arg1,
Annotation[] arg2,
javax.ws.rs.core.MediaType arg3) |
void |
writeTo(AutomationInfo info,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4,
javax.ws.rs.core.MultivaluedMap<String,Object> arg5,
OutputStream out) |
public long getSize(AutomationInfo arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<AutomationInfo>public boolean isWriteable(Class<?> arg0, Type arg1, Annotation[] arg2, javax.ws.rs.core.MediaType arg3)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<AutomationInfo>public void writeTo(AutomationInfo info, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4, javax.ws.rs.core.MultivaluedMap<String,Object> arg5, OutputStream out) throws IOException, javax.ws.rs.WebApplicationException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<AutomationInfo>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2014 Nuxeo SA. All rights reserved.