@Setup(mode=SINGLETON, priority=2000) public class AnnotationJsonReader extends EntityJsonReader<Annotation>
ctx, registry| Constructor and Description | 
|---|
AnnotationJsonReader()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Annotation | 
readEntity(com.fasterxml.jackson.databind.JsonNode jn)
Implement this method to read the entity. 
 | 
readaccept, getBooleanField, getLongField, getNode, getStringField, getStringListField, read, readEntitypublic AnnotationJsonReader()
protected Annotation readEntity(com.fasterxml.jackson.databind.JsonNode jn)
EntityJsonReaderreadEntity in class EntityJsonReader<Annotation>jn - A JsonNode pointing at the root of the json input.Copyright © 2019 Nuxeo. All rights reserved.