| Modifier and Type | Class and Description |
|---|---|
static class |
Param.AndOr |
static class |
Param.Builder
helps building a list of Param, by default supports a bit of syntax in String values: "is [not] null/empty" and ! at the beginning of a value.
|
| Modifier and Type | Method and Description |
|---|---|
Param.AndOr |
getAndOr() |
String |
getNot() |
String |
getOperator() |
String |
getParamKey() |
Class |
getParamType() |
Object |
getParamValue() |
String |
getPropertyPath() |
boolean |
isSkipSetValue() |
static List<Param> |
one(String key,
Object value)
call
one(java.lang.String, java.lang.Object, boolean) with true |
static List<Param> |
one(String key,
Object value,
boolean syntaxSupport) |
String |
toString() |
public static List<Param> one(String key, Object value)
one(java.lang.String, java.lang.Object, boolean) with truekey - value - public String getPropertyPath()
public String getParamKey()
public String getOperator()
public Object getParamValue()
public String getNot()
public Param.AndOr getAndOr()
public boolean isSkipSetValue()
public Class getParamType()
Copyright © 2018 Fryske Akademy. All rights reserved.