public class SearchNode<T extends SearchRequest> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeName |
protected T |
parent |
| Constructor and Description |
|---|
SearchNode(String nodeName,
T parent) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
assembleCriteria(String operation,
String value) |
protected T |
assembleMultiValueCriteria(List<?> items) |
private String |
defaultWithEmptyString(String value) |
protected String nodeName
protected T extends SearchRequest parent
Copyright © 2013-2018. All Rights Reserved.