@Setup(mode=SINGLETON, priority=2000) public class SavedSearchRequestReader extends EntityJsonReader<SavedSearchRequest>
ctx, registry
Constructor and Description |
---|
SavedSearchRequestReader() |
Modifier and Type | Method and Description |
---|---|
protected Long |
getLongField(org.codehaus.jackson.JsonNode jn,
String elName) |
protected SavedSearchRequest |
readEntity(org.codehaus.jackson.JsonNode jn)
Implement this method to read the entity.
|
read
accept, getBooleanField, getNode, getStringField, getStringListField, read, readEntity
public SavedSearchRequestReader()
protected SavedSearchRequest readEntity(org.codehaus.jackson.JsonNode jn) throws IOException
EntityJsonReader
readEntity
in class EntityJsonReader<SavedSearchRequest>
jn
- A JsonNode
pointing at the root of the json input.IOException
protected Long getLongField(org.codehaus.jackson.JsonNode jn, String elName)
Copyright © 2018 Nuxeo. All rights reserved.