Uses of Interface
org.nuxeo.ecm.core.io.registry.Reader
-
-
Uses of Reader in org.nuxeo.ecm.automation.core.io
Classes in org.nuxeo.ecm.automation.core.io that implement Reader Modifier and Type Class Description class
BlobJsonReader
-
Uses of Reader in org.nuxeo.ecm.core.bulk.io
Classes in org.nuxeo.ecm.core.bulk.io that implement Reader Modifier and Type Class Description class
BulkCommandJsonReader
class
BulkStatusJsonReader
-
Uses of Reader in org.nuxeo.ecm.core.io.marshallers.json
Classes in org.nuxeo.ecm.core.io.marshallers.json that implement Reader Modifier and Type Class Description class
AbstractJsonReader<EntityType>
Base class for JsonReader
.class
DefaultListJsonReader<EntityType>
Base class to convert json asList
.class
EntityJsonReader<EntityType>
Base class to read Nuxeo entity Json and convert it in Objects. -
Uses of Reader in org.nuxeo.ecm.core.io.marshallers.json.document
Classes in org.nuxeo.ecm.core.io.marshallers.json.document that implement Reader Modifier and Type Class Description class
DocumentModelJsonReader
Convert Json asDocumentModel
.class
DocumentModelListJsonReader
class
DocumentPropertiesJsonReader
-
Uses of Reader in org.nuxeo.ecm.core.io.registry
Methods in org.nuxeo.ecm.core.io.registry that return Reader Modifier and Type Method Description <T> Reader<T>
MarshallerRegistry. getReader(RenderingContext ctx, Class<T> marshalledClazz, Type genericType, javax.ws.rs.core.MediaType mediatype)
Provides aReader
instance to manage marshalling of a mimetype in a Java Type.<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>
MarshallerRegistryImpl. getReader(RenderingContext ctx, Class<T> marshalledClazz, 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 aReader
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)
Methods in org.nuxeo.ecm.core.io.registry that return types with arguments of type Reader Modifier and Type Method Description <T> Collection<Reader<T>>
MarshallerRegistry. getAllReaders(RenderingContext ctx, Class<T> marshalledClazz, Type genericType, javax.ws.rs.core.MediaType mediatype)
Provides allReader
instance that manage marshalling of a mimetype in a Java Type.<T> Collection<Reader<T>>
MarshallerRegistryImpl. getAllReaders(RenderingContext ctx, Class<T> marshalledClazz, Type genericType, javax.ws.rs.core.MediaType mediatype)
-
Uses of Reader in org.nuxeo.ecm.directory.io
Classes in org.nuxeo.ecm.directory.io that implement Reader Modifier and Type Class Description class
DirectoryEntryJsonReader
Convert Json asDirectoryEntry
.class
DirectoryEntryListJsonReader
-
Uses of Reader in org.nuxeo.ecm.platform.comment.impl
Classes in org.nuxeo.ecm.platform.comment.impl that implement Reader Modifier and Type Class Description class
AnnotationJsonReader
class
AnnotationListJsonReader
class
CommentJsonReader
class
CommentListJsonReader
-
Uses of Reader in org.nuxeo.ecm.platform.oauth2.clients
Classes in org.nuxeo.ecm.platform.oauth2.clients that implement Reader Modifier and Type Class Description class
OAuth2ClientReader
-
Uses of Reader in org.nuxeo.ecm.platform.oauth2.providers
Classes in org.nuxeo.ecm.platform.oauth2.providers that implement Reader Modifier and Type Class Description class
NuxeoOAuth2ServiceProviderReader
-
Uses of Reader in org.nuxeo.ecm.platform.oauth2.tokens
Classes in org.nuxeo.ecm.platform.oauth2.tokens that implement Reader Modifier and Type Class Description class
NuxeoOAuth2TokenReader
-
Uses of Reader in org.nuxeo.ecm.platform.routing.core.io
Classes in org.nuxeo.ecm.platform.routing.core.io that implement Reader Modifier and Type Class Description class
TaskCompletionRequestJsonReader
class
TaskCompletionRequestLegacyJsonReader
Deprecated.use @{link TaskCompletionRequestJsonReader TaskCompletionRequestJsonReader}class
WorkflowRequestJsonReader
class
WorkflowRequestLegacyJsonReader
Deprecated. -
Uses of Reader in org.nuxeo.ecm.platform.search.core
Classes in org.nuxeo.ecm.platform.search.core that implement Reader Modifier and Type Class Description class
SavedSearchListReader
class
SavedSearchRequestReader
-
Uses of Reader in org.nuxeo.ecm.platform.usermanager.io
Classes in org.nuxeo.ecm.platform.usermanager.io that implement Reader Modifier and Type Class Description class
NuxeoGroupJsonReader
Convert Json asNuxeoGroup
.class
NuxeoGroupListJsonReader
class
NuxeoPrincipalJsonReader
Convert Json asNuxeoPrincipal
.class
NuxeoPrincipalListJsonReader
-
Uses of Reader in org.nuxeo.ecm.webengine.jaxrs.coreiodelegate
Classes in org.nuxeo.ecm.webengine.jaxrs.coreiodelegate that implement Reader Modifier and Type Class Description class
DocumentModelJsonReaderLegacy
Delegates theDocumentModel
Json reading to the old marshaller: JSONDocumentModelReader.
-