Class GroupResourceWriter

java.lang.Object
org.nuxeo.scim.server.jaxrs.marshalling.GroupResourceWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.GroupResource>

@Provider public class GroupResourceWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.GroupResource>
Handles marshaling for SCIM GroupResource
Since:
7.4
Author:
tiry
  • Constructor Details

    • GroupResourceWriter

      public GroupResourceWriter()
  • Method Details

    • 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<com.unboundid.scim.data.GroupResource>
    • getSize

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

      public void writeTo(com.unboundid.scim.data.GroupResource t, 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<com.unboundid.scim.data.GroupResource>
      Throws:
      IOException
      javax.ws.rs.WebApplicationException