public class QueryHelper extends Object
Constructor and Description |
---|
QueryHelper() |
Modifier and Type | Method and Description |
---|---|
static QueryParameters |
fromValue(Value value) |
static Map<String,List<Double>> |
fromValueData(Value value) |
static List<ValueInformation> |
fromValueInfo(Value value) |
static Set<String> |
fromValueTypes(Value value) |
static Value |
toValue(QueryParameters parameters) |
static Value |
toValueData(Map<String,List<Double>> values) |
static Value |
toValueInfo(List<ValueInformation> infos) |
static Value |
toValueTypes(Set<String> valueTypes) |
public static Value toValue(QueryParameters parameters)
public static QueryParameters fromValue(Value value)
public static List<ValueInformation> fromValueInfo(Value value)
public static Value toValueInfo(List<ValueInformation> infos)