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 SCIMGroupResource
- Since:
- 7.4
- Author:
- tiry
-
-
Constructor Summary
Constructors Constructor Description GroupResourceWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getSize(com.unboundid.scim.data.GroupResource 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(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)
-
-
-
Method Detail
-
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<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 interfacejavax.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 interfacejavax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.GroupResource>
- Throws:
IOException
javax.ws.rs.WebApplicationException
-
-