| Package | Description |
|---|---|
| org.zalando.guild.api.json.fields.java.expression | |
| org.zalando.guild.api.json.fields.java.model |
| Modifier and Type | Method and Description |
|---|---|
static FieldPredicate |
ParserFramework.parseFieldsExpression(String fieldsExpression)
Returns a FieldPredicate consistent with the semantics of the supplied Json Fields expression.
|
static FieldPredicate |
ParserFramework.parseFieldsExpressionOrFail(String fieldsExpression)
Returns a FieldPredicate consistent with the semantics of the supplied Json Fields expression.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldPredicate |
FieldPredicates.alwaysFalse()
Return a
FieldPredicate that matches nothing. |
static FieldPredicate |
FieldPredicates.alwaysTrue()
Return a
FieldPredicate that matches everything. |
static FieldPredicate |
FieldPredicates.and(FieldPredicate first,
FieldPredicate... more)
Return a
FieldPredicate that returns true if all of the supplied FieldPredicates return true. |
static FieldPredicate |
FieldPredicates.matchIndex(int index,
String token)
Return a
FieldPredicate that returns true if the field at the supplied offset FieldPredicate
equals the supplied token (or if the list doesn't contain that many items). |
static FieldPredicate |
FieldPredicates.not(FieldPredicate negatee)
Return a
FieldPredicate that inverts the matching of the supplied FieldPredicate. |
static FieldPredicate |
FieldPredicates.or(FieldPredicate first,
FieldPredicate... more)
Return a
FieldPredicate that returns true if at least one of the supplied FieldPredicates return
true. |
| Modifier and Type | Method and Description |
|---|---|
static FieldPredicate |
FieldPredicates.and(FieldPredicate first,
FieldPredicate... more)
Return a
FieldPredicate that returns true if all of the supplied FieldPredicates return true. |
static FieldPredicate |
FieldPredicates.and(FieldPredicate first,
FieldPredicate... more)
Return a
FieldPredicate that returns true if all of the supplied FieldPredicates return true. |
static FieldPredicate |
FieldPredicates.not(FieldPredicate negatee)
Return a
FieldPredicate that inverts the matching of the supplied FieldPredicate. |
static FieldPredicate |
FieldPredicates.or(FieldPredicate first,
FieldPredicate... more)
Return a
FieldPredicate that returns true if at least one of the supplied FieldPredicates return
true. |
static FieldPredicate |
FieldPredicates.or(FieldPredicate first,
FieldPredicate... more)
Return a
FieldPredicate that returns true if at least one of the supplied FieldPredicates return
true. |
Copyright © 2015. All rights reserved.