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