NuxeoGroupJsonReader
which is registered by default and available to marshal NuxeoGroup
from the Nuxeo Rest API thanks to the JAX-RS marshaller JsonCoreIODelegate
@Deprecated public class NuxeoGroupReader extends Object implements javax.ws.rs.ext.MessageBodyReader<NuxeoGroup>
Constructor and Description |
---|
NuxeoGroupReader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
Deprecated.
|
NuxeoGroup |
readFrom(Class<NuxeoGroup> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
Deprecated.
|
public NuxeoGroupReader()
public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isReadable
in interface javax.ws.rs.ext.MessageBodyReader<NuxeoGroup>
public NuxeoGroup readFrom(Class<NuxeoGroup> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
readFrom
in interface javax.ws.rs.ext.MessageBodyReader<NuxeoGroup>
IOException
javax.ws.rs.WebApplicationException
Copyright © 2016 Nuxeo SA. All rights reserved.