| Class | Description |
|---|---|
| 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 Maps 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. |
| PredicateClassFactory |
PredicateClassFactory is a factory class used to derive a Predicate implementation
class from its name. |
Copyright © 2022 Apache Software Foundation. All rights reserved.