@Provider public class JsonOperationWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<OperationDocumentation>
Modifier and Type | Field and Description |
---|---|
protected javax.servlet.http.HttpServletRequest |
request |
Constructor and Description |
---|
JsonOperationWriter() |
Modifier and Type | Method and Description |
---|---|
long |
getSize(OperationDocumentation 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(OperationDocumentation op,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4,
javax.ws.rs.core.MultivaluedMap<String,Object> arg5,
OutputStream out) |
@Context protected javax.servlet.http.HttpServletRequest request
public JsonOperationWriter()
public long getSize(OperationDocumentation arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
getSize
in interface javax.ws.rs.ext.MessageBodyWriter<OperationDocumentation>
public boolean isWriteable(Class<?> arg0, Type arg1, Annotation[] arg2, javax.ws.rs.core.MediaType arg3)
isWriteable
in interface javax.ws.rs.ext.MessageBodyWriter<OperationDocumentation>
public void writeTo(OperationDocumentation op, 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<OperationDocumentation>
IOException
javax.ws.rs.WebApplicationException
Copyright © 2018 Nuxeo. All rights reserved.