Class JSON4JJAXBProvider
java.lang.Object
com.ibm.websphere.jaxrs.providers.json4j.JSON4JJAXBProvider
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter
@Provider
@Consumes({"application/json","application/javascript"})
@Produces({"application/json","application/javascript"})
public class JSON4JJAXBProvider
extends Object
implements javax.ws.rs.ext.MessageBodyWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getSize
(Object t, Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) boolean
isWriteable
(Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) void
writeTo
(Object t, Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap httpHeaders, OutputStream entityStream)
-
Constructor Details
-
JSON4JJAXBProvider
public JSON4JJAXBProvider()
-
-
Method Details
-
getSize
public long getSize(Object t, Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
getSize
in interfacejavax.ws.rs.ext.MessageBodyWriter
-
isWriteable
public boolean isWriteable(Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
isWriteable
in interfacejavax.ws.rs.ext.MessageBodyWriter
-
writeTo
public void writeTo(Object t, Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap httpHeaders, OutputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException - Specified by:
writeTo
in interfacejavax.ws.rs.ext.MessageBodyWriter
- Throws:
IOException
javax.ws.rs.WebApplicationException
-