Uses of Interface
org.nuxeo.ecm.core.io.registry.Reader
Package
Description
-
Uses of Reader in org.nuxeo.ecm.automation.core.io
-
Uses of Reader in org.nuxeo.ecm.core.bulk.io
-
Uses of Reader in org.nuxeo.ecm.core.io.marshallers.json
Modifier and TypeClassDescriptionclass
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
-
Uses of Reader in org.nuxeo.ecm.core.io.registry
Modifier and TypeMethodDescription<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) Modifier and TypeMethodDescription<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
-
Uses of Reader in org.nuxeo.ecm.platform.comment.impl
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Reader in org.nuxeo.ecm.platform.oauth2.clients
-
Uses of Reader in org.nuxeo.ecm.platform.oauth2.providers
-
Uses of Reader in org.nuxeo.ecm.platform.oauth2.tokens
-
Uses of Reader in org.nuxeo.ecm.platform.routing.core.io
Modifier and TypeClassDescriptionclass
class
-
Uses of Reader in org.nuxeo.ecm.platform.search.core
-
Uses of Reader in org.nuxeo.ecm.platform.usermanager.io
Modifier and TypeClassDescriptionclass
Convert Json asNuxeoGroup
.class
class
Convert Json asNuxeoPrincipal
.class
-
Uses of Reader in org.nuxeo.scim.v2.rest.marshalling