| Class and Description |
|---|
| Acceptor |
| AggregateTransformer |
| InputClassBasedTransformer
Input class based transformer
Transformer which accepts / transforms only specific classes of
input, and is useful if the selection of transformer should be based on the
class of the input and there is one-to-one mapping between input class and
transformer. |
| SimpleConditionalTransformer
Simple condition-based transformer
The transformer provides
SimpleConditionalTransformer.isAcceptable(Object) method,
which could be used to query transformer if the input will produce
result. |
| Transformer
Factory which produces product based on input object
|
Copyright © 2015. All Rights Reserved.