Class OAuth2ClientListWriter
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter<List<EntityType>>
org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter<OAuth2Client>
org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientListWriter
- All Implemented Interfaces:
Marshaller<List<OAuth2Client>>
,Writer<List<OAuth2Client>>
@Setup(mode=SINGLETON,
priority=2000)
public class OAuth2ClientListWriter
extends DefaultListJsonWriter<OAuth2Client>
- Since:
- 10.2
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
ctx, registry
-
Constructor Summary
-
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 Details
-
ENTITY_TYPE
- See Also:
-
-
Constructor Details
-
OAuth2ClientListWriter
public OAuth2ClientListWriter()
-