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