Package org.nuxeo.ecm.directory.io
Class DirectoryEntryListJsonReader
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonReader<EntityType>
org.nuxeo.ecm.core.io.marshallers.json.EntityJsonReader<List<EntityType>>
org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonReader<DirectoryEntry>
org.nuxeo.ecm.directory.io.DirectoryEntryListJsonReader
- All Implemented Interfaces:
Marshaller<List<DirectoryEntry>>
,Reader<List<DirectoryEntry>>
@Setup(mode=SINGLETON,
priority=2000)
public class DirectoryEntryListJsonReader
extends DefaultListJsonReader<DirectoryEntry>
- Since:
- 7.2
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonReader
ctx, registry
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonReader
readEntity
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.EntityJsonReader
read
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonReader
accept, getBooleanField, getLongField, getNode, getStringField, getStringListField, read, readEntity
-
Constructor Details
-
DirectoryEntryListJsonReader
public DirectoryEntryListJsonReader()
-