Class UserResourceWriter
java.lang.Object
org.nuxeo.scim.server.jaxrs.marshalling.UserResourceWriter
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.UserResource>
@Provider
public class UserResourceWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.UserResource>
Handles marshaling for SCIM
UserResource
- Since:
- 7.4
- Author:
- tiry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getSize
(com.unboundid.scim.data.UserResource 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.UserResource t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)
-
Constructor Details
-
UserResourceWriter
public UserResourceWriter()
-
-
Method Details
-
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.UserResource>
-
getSize
public long getSize(com.unboundid.scim.data.UserResource 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.UserResource>
-
writeTo
public void writeTo(com.unboundid.scim.data.UserResource 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.UserResource>
- Throws:
IOException
javax.ws.rs.WebApplicationException
-