Class ResourcesWriter

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

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

    • ResourcesWriter

      public ResourcesWriter()
  • 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.sdk.Resources<com.unboundid.scim.data.BaseResource>>
    • getSize

      public long getSize(com.unboundid.scim.sdk.Resources<com.unboundid.scim.data.BaseResource> 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.sdk.Resources<com.unboundid.scim.data.BaseResource>>
    • writeTo

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