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 classBlobJsonReader -
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 classBulkCommandJsonReaderclassBulkStatusJsonReader -
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 classAbstractJsonReader<EntityType>Base class for JsonReader.classDefaultListJsonReader<EntityType>Base class to convert json asList.classEntityJsonReader<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 classDocumentModelJsonReaderConvert Json asDocumentModel.classDocumentModelListJsonReaderclassDocumentPropertiesJsonReader -
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 aReaderinstance 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 aReaderinstance 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 allReaderinstance 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 classDirectoryEntryJsonReaderConvert Json asDirectoryEntry.classDirectoryEntryListJsonReader -
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 classAnnotationJsonReaderclassAnnotationListJsonReaderclassCommentJsonReaderclassCommentListJsonReader -
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 classOAuth2ClientReader -
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 classNuxeoOAuth2ServiceProviderReader -
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 classNuxeoOAuth2TokenReader -
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 classTaskCompletionRequestJsonReaderclassTaskCompletionRequestLegacyJsonReaderDeprecated.use @{link TaskCompletionRequestJsonReader TaskCompletionRequestJsonReader}classWorkflowRequestJsonReaderclassWorkflowRequestLegacyJsonReaderDeprecated. -
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 classSavedSearchListReaderclassSavedSearchRequestReader -
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 classNuxeoGroupJsonReaderConvert Json asNuxeoGroup.classNuxeoGroupListJsonReaderclassNuxeoPrincipalJsonReaderConvert Json asNuxeoPrincipal.classNuxeoPrincipalListJsonReader -
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 classDocumentModelJsonReaderLegacyDelegates theDocumentModelJson reading to the old marshaller: JSONDocumentModelReader.
-