public class FilterQuery extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_QUERY_FORMAT |
| Constructor and Description |
|---|
FilterQuery() |
| Modifier and Type | Method and Description |
|---|---|
FilterQuery |
getAsFilter(String key) |
String |
getAsString(String key) |
Boolean |
isFilter(String key) |
Boolean |
isString(String key) |
FilterQuery |
put(String key,
FilterQuery value) |
Object |
put(String key,
Object value) |
Map<String,String> |
toFlatMap() |
void |
toFlatMap(String prefix,
Map<String,String> output) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static final String FILTER_QUERY_FORMAT
public FilterQuery put(String key, FilterQuery value)
public FilterQuery getAsFilter(String key)
Copyright © 2017 Netgrid. All rights reserved.