static Criterion.Builder |
Criterion.builder() |
|
Criterion.Builder |
Criterion.Builder.contains(String... contains) |
A "contains" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.contains(Collection<String> contains) |
A "contains" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.eq(String... eq) |
An "equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.eq(Collection<String> eq) |
An "equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.exists(Boolean exists) |
An "exists" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.neq(String... neq) |
A "not equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.Builder.neq(Collection<String> neq) |
A "not equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
Criterion.toBuilder() |
|