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 IndexMappingVariableExtractorpublic void setPath(String path)
public String getTo()
getTo in interface IndexMappingVariableExtractorpublic void setTo(String to)
public String getType()
getType in interface IndexMappingVariableExtractorpublic void setType(String type)
public com.fasterxml.jackson.databind.node.ObjectNode getFilter()
getFilter in interface IndexMappingVariableExtractorpublic void setFilter(com.fasterxml.jackson.databind.node.ObjectNode filter)
Copyright © 2019. All rights reserved.