| Class | Description |
|---|---|
| ClassTypePredicateLinkedTransformer |
Based on Class type, if is included in
ClassTypePredicateLinkedTransformer.getAcceptedTypes() will execute the wrapped Transformer.Null input will result in false (not process input) |
| ConstantEqualsCheckFilter |
Checks if two operands are equal.
|
| CriteriaFilter<T> |
Any filter that implements a Criteria and fulfills the role of a Transformer and a
Predicate. |
| EntityChainAccessCheckFilter |
Checks if the input accessor equals
EntityChainAccessCheckFilter.value |
| EntityTypeFilter | |
| EqualsCheckFilter |
Checks if the input
Object#equals() EqualsCheckFilter.operand.If using CriteriaFilter.transform(Object) and Not equals; it will throw a ContinueProcessingException else return the input if it succeeds in transformation. |
| FileResourceFilter |
Filter based on
File based Resource properties |
| InvertFilter |
Boolean inversion of the result of another wrapped Predicate
|
| NullFilter |
Filter nulls or empty values.
|
| PredicateLinkedTransformer |
If the
Predicate or PredicateLinkedTransformer.evaluate(Object) returns true then only the Transformer is executed |
| RegExCheckFilter |
Use regular expression to validate an input
|
| ResourceFilter |
Allows filteration of resources of
Resource related properties like their name or any other property |
Copyright © 2018. All rights reserved.