@Setup(mode=SINGLETON, priority=1000) @Deprecated public class WorkflowRequestLegacyJsonReader extends EntityJsonReader<WorkflowRequest>
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_TYPE
Deprecated.
|
protected static org.apache.commons.logging.Log |
log
Deprecated.
|
ctx, registry
Constructor and Description |
---|
WorkflowRequestLegacyJsonReader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected WorkflowRequest |
readEntity(org.codehaus.jackson.JsonNode jn)
Deprecated.
Implement this method to read the entity.
|
read
accept, getNode, getStringField, read, readEntity
protected static final org.apache.commons.logging.Log log
public static final String ENTITY_TYPE
public WorkflowRequestLegacyJsonReader()
protected WorkflowRequest readEntity(org.codehaus.jackson.JsonNode jn) throws IOException
EntityJsonReader
readEntity
in class EntityJsonReader<WorkflowRequest>
jn
- A JsonNode
pointing at the root of the json input.IOException
Copyright © 2016 Nuxeo SA. All rights reserved.