Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonReader<EntityType>
Base class for Json
Reader . |
class |
DefaultListJsonReader<EntityType>
Base class to convert json as
List . |
class |
EntityJsonReader<EntityType>
Base class to read Nuxeo entity Json and convert it in Objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentModelJsonReader
Convert Json as
DocumentModel . |
class |
DocumentModelListJsonReader
|
class |
DocumentPropertiesJsonReader
Convert Json as
List . |
Modifier and Type | Method and Description |
---|---|
<T> Reader<T> |
MarshallerRegistryImpl.getReader(RenderingContext ctx,
Class<T> marshalledClazz,
javax.ws.rs.core.MediaType mediatype) |
<T> Reader<T> |
MarshallerRegistry.getReader(RenderingContext ctx,
Class<T> marshalledClazz,
javax.ws.rs.core.MediaType mediatype)
|
<T> Reader<T> |
MarshallerRegistryImpl.getReader(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype) |
<T> Reader<T> |
MarshallerRegistry.getReader(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype)
Provides a
Reader instance to manage marshalling of a mimetype in a Java Type. |
<T> Reader<T> |
MarshallerRegistryImpl.getUniqueReader(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype) |
<T> Reader<T> |
MarshallerRegistry.getUniqueReader(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype)
Provides a
Reader instance to manage marshalling of a mimetype in a Java Type. |
Modifier and Type | Method and Description |
---|---|
<T> Collection<Reader<T>> |
MarshallerRegistryImpl.getAllReaders(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype) |
<T> Collection<Reader<T>> |
MarshallerRegistry.getAllReaders(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype)
Provides all
Reader instance that manage marshalling of a mimetype in a Java Type. |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryEntryJsonReader
Convert Json as
DirectoryEntry . |
class |
DirectoryEntryListJsonReader
|
Modifier and Type | Class and Description |
---|---|
class |
NuxeoGroupJsonReader
Convert Json as
NuxeoGroup . |
class |
NuxeoGroupListJsonReader
|
class |
NuxeoPrincipalJsonReader
Convert Json as
NuxeoPrincipal . |
class |
NuxeoPrincipalListJsonReader
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentModelJsonReaderLegacy
Delegates the
DocumentModel Json reading to the old marshaller: JSONDocumentModelReader. |
Copyright © 2015 Nuxeo SA. All rights reserved.