public class BaseIndexMappingVariableExtractor extends Object implements IndexMappingVariableExtractor
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 |
---|
BaseIndexMappingVariableExtractor() |
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()
getPath
in interface IndexMappingVariableExtractor
public void setPath(String path)
public String getTo()
getTo
in interface IndexMappingVariableExtractor
public void setTo(String to)
public String getType()
getType
in interface IndexMappingVariableExtractor
public void setType(String type)
public com.fasterxml.jackson.databind.node.ObjectNode getFilter()
getFilter
in interface IndexMappingVariableExtractor
public void setFilter(com.fasterxml.jackson.databind.node.ObjectNode filter)