AndPredicate
AndPredicate wraps AndPredicate to
provide additional functionality like serializing to and from a Map and JSON formatted data.
|
ContainsPredicate
ContainsPredicate is a predicate implementation testing whether a string value exists
within some set of strings.
|
ContextTransformer
ContextTransformer is a Transformer implementation that traverses a Map
of Map s to find the value related to the specified key.
|
EqualsPredicate
EqualsPredicate wraps EqualPredicate to
provide additional functionality like serializing to and from a Map and JSON formatted data as well
as obtaining data using a ContextTransformer
|
NotPredicate
NotPredicate wraps NotPredicate to
provide additional functionality like serializing to and from a Map and JSON formatted data.
|
OrPredicate
OrPredicate wraps OrPredicate to
provide additional functionality like serializing to and from a Map and JSON formatted data.
|