Class NuxeoGroupListJsonWriter
- java.lang.Object
-
- org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter<List<EntityType>>
-
- org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter<NuxeoGroup>
-
- org.nuxeo.ecm.platform.usermanager.io.NuxeoGroupListJsonWriter
-
- All Implemented Interfaces:
Marshaller<List<NuxeoGroup>>
,Writer<List<NuxeoGroup>>
@Setup(mode=SINGLETON, priority=2000) public class NuxeoGroupListJsonWriter extends DefaultListJsonWriter<NuxeoGroup>
- Since:
- 7.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_TYPE
-
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
ctx, registry
-
-
Constructor Summary
Constructors Constructor Description NuxeoGroupListJsonWriter()
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter
extend, write
-
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
accept, getGenerator, write, writeEntity, writeEntity, writeEntityField, writeSerializable, writeSerializableField, writeSerializableListField, writeSerializableMapField
-
-
-
-
Field Detail
-
ENTITY_TYPE
public static final String ENTITY_TYPE
- See Also:
- Constant Field Values
-
-