@Provider public class UserResourceWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.UserResource>
UserResource| Constructor and Description | 
|---|
UserResourceWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
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)  | 
public UserResourceWriter()
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.UserResource>public long getSize(com.unboundid.scim.data.UserResource t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.UserResource>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
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<com.unboundid.scim.data.UserResource>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2019 Nuxeo. All rights reserved.