Class JSONMessageBodyWriter

  • All Implemented Interfaces:
    javax.ws.rs.ext.MessageBodyWriter<Metadata>

    @Provider
    @Produces("application/json")
    public class JSONMessageBodyWriter
    extends Object
    implements javax.ws.rs.ext.MessageBodyWriter<Metadata>
    • Constructor Detail

      • JSONMessageBodyWriter

        public JSONMessageBodyWriter()
    • Method Detail

      • isWriteable

        public boolean isWriteable​(Class<?> type,
                                   Type genericType,
                                   Annotation[] annotations,
                                   javax.ws.rs.core.MediaType mediaType)
        Specified by:
        isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<Metadata>
      • getSize

        public long getSize​(Metadata data,
                            Class<?> type,
                            Type genericType,
                            Annotation[] annotations,
                            javax.ws.rs.core.MediaType mediaType)
        Specified by:
        getSize in interface javax.ws.rs.ext.MessageBodyWriter<Metadata>
      • writeTo

        public void writeTo​(Metadata metadata,
                            Class<?> type,
                            Type genericType,
                            Annotation[] annotations,
                            javax.ws.rs.core.MediaType mediaType,
                            javax.ws.rs.core.MultivaluedMap<String,​Object> httpHeaders,
                            OutputStream entityStream)
                     throws IOException,
                            javax.ws.rs.WebApplicationException
        Specified by:
        writeTo in interface javax.ws.rs.ext.MessageBodyWriter<Metadata>
        Throws:
        IOException
        javax.ws.rs.WebApplicationException