@Setup(mode=SINGLETON, priority=2000) public class AnnotationJsonWriter extends ExtensibleEntityJsonWriter<Annotation>
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ENTITY_TYPE  | 
ctx, registry| Constructor and Description | 
|---|
AnnotationJsonWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
writeEntityBody(Annotation entity,
               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 AnnotationJsonWriter()
protected void writeEntityBody(Annotation entity, com.fasterxml.jackson.core.JsonGenerator jg) throws IOException
ExtensibleEntityJsonWriterwriteEntityBody in class ExtensibleEntityJsonWriter<Annotation>entity - The Java entity.jg - A JsonGenerator ready to write your entity as Json.IOExceptionCopyright © 2019 Nuxeo. All rights reserved.