@Setup(mode=SINGLETON, priority=2000) public class NuxeoOAuth2TokenWriter extends ExtensibleEntityJsonWriter<NuxeoOAuth2Token>
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_FORMAT |
static String |
ENTITY_TYPE |
ctx, registry| Constructor and Description |
|---|
NuxeoOAuth2TokenWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeEntityBody(NuxeoOAuth2Token token,
com.fasterxml.jackson.core.JsonGenerator jg)
Implement this method to write the entity body.
|
extend, writeaccept, getGenerator, write, writeEntity, writeEntity, writeEntityField, writeSerializable, writeSerializableField, writeSerializableListField, writeSerializableMapFieldpublic static final String ENTITY_TYPE
public static final String DATE_FORMAT
public NuxeoOAuth2TokenWriter()
protected void writeEntityBody(NuxeoOAuth2Token token, com.fasterxml.jackson.core.JsonGenerator jg) throws IOException
ExtensibleEntityJsonWriterwriteEntityBody in class ExtensibleEntityJsonWriter<NuxeoOAuth2Token>token - The Java entity.jg - A JsonGenerator ready to write your entity as Json.IOExceptionCopyright © 2019 Nuxeo. All rights reserved.