Class JSONEnabledCollectionProvider

  • All Implemented Interfaces:
    javax.ws.rs.ext.MessageBodyWriter<Collection<systems.dmx.core.JSONEnabled>>

    @Provider
    public class JSONEnabledCollectionProvider
    extends Object
    implements javax.ws.rs.ext.MessageBodyWriter<Collection<systems.dmx.core.JSONEnabled>>
    • Constructor Detail

      • JSONEnabledCollectionProvider

        public JSONEnabledCollectionProvider()
    • 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<Collection<systems.dmx.core.JSONEnabled>>
      • getSize

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

        public void writeTo​(Collection<systems.dmx.core.JSONEnabled> objects,
                            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<Collection<systems.dmx.core.JSONEnabled>>
        Throws:
        IOException
        javax.ws.rs.WebApplicationException