public class VariableExtractor extends Object
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
filter |
protected String |
path |
protected String |
to |
protected String |
type |
Constructor and Description |
---|
VariableExtractor() |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getFilter() |
String |
getPath() |
String |
getTo() |
String |
getType() |
void |
setFilter(com.fasterxml.jackson.databind.node.ObjectNode filter) |
void |
setPath(String path) |
void |
setTo(String to) |
void |
setType(String type) |
protected String path
protected String to
protected String type
protected com.fasterxml.jackson.databind.node.ObjectNode filter
public String getPath()
public void setPath(String path)
public String getTo()
public void setTo(String to)
public String getType()
public void setType(String type)
public com.fasterxml.jackson.databind.node.ObjectNode getFilter()
public void setFilter(com.fasterxml.jackson.databind.node.ObjectNode filter)