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