| Package | Description |
|---|---|
| org.bitbucket.gt_tech.spring.data.querydsl.value.operators |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.fromValue(String text) |
Operator |
OperatorAndValue.getOperator() |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends String> |
ExpressionProvider.isOperator(Operator[] operators,
S value)
Utility function to check if provided value starts with an Operator.
|
static <S extends String> |
ExpressionProvider.isOperator(S value)
Utility function to check if provided value starts with an Operator.
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends String> |
ExpressionProvider.isOperator(Operator[] operators,
S value)
Utility function to check if provided value starts with an Operator.
|
static boolean |
ExpressionProvider.isOperator(Operator operator,
String value)
Returns
true if provided value is wrapped in supplied operator |
| Constructor and Description |
|---|
OperatorAndValue(String input,
Collection<Operator> in_operators,
Operator defaultOperator)
Constructor
|
| Constructor and Description |
|---|
OperatorAndValue(String input,
Collection<Operator> in_operators,
Operator defaultOperator)
Constructor
|
Copyright © 2018–2019. All rights reserved.