public abstract class AbstractSuggestRequest extends Object
Constructor and Description |
---|
AbstractSuggestRequest() |
Modifier and Type | Method and Description |
---|---|
protected abstract com.fasterxml.jackson.databind.node.ObjectNode |
getSuggestNodeContent(com.fasterxml.jackson.databind.node.JsonNodeFactory factory) |
protected abstract String |
getSuggestNodeName() |
com.fasterxml.jackson.databind.node.ObjectNode |
mapToNode() |
void |
setMatchType(String strMatchType) |
void |
setMatchValue(String strMatchValue) |
public void setMatchType(String strMatchType)
strMatchType
- the strMatchType to setpublic void setMatchValue(String strMatchValue)
strMatchValue
- the strMatchValue to setprotected abstract String getSuggestNodeName()
protected abstract com.fasterxml.jackson.databind.node.ObjectNode getSuggestNodeContent(com.fasterxml.jackson.databind.node.JsonNodeFactory factory)
factory
- public com.fasterxml.jackson.databind.node.ObjectNode mapToNode()
Copyright © 2017 City of Paris. All rights reserved.