|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Transformer.
See:
Description
| Interface Summary | |
|---|---|
| StringTransformerRule | This is the interface for a Transformer of Strings that is
typically used as part of a StringTransformerChain. |
| Transformer<V> | This is the interface for a transformer that
transforms a given value. |
| Class Summary | |
|---|---|
| RegexStringTransformer | This class converts a string by
matching a given regular expression
Pattern and if it partially matches replacing
the match(es) with a given replacement. |
| RegexStringTransformerRule | This class is a RegexStringTransformer that implements the
StringTransformerRule interface by adding the
stop-on-match flag. |
| StringTransformerChain | This class represents a Transformer for Strings that is
build out of a list of rules. |
| StringTransformerChainXmlParser | This class allows to parse a list of StringTransformerRules from XML
and build an according StringTransformerChain. |
Provides the API of a generic Transformer.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||