Package | Description |
---|---|
net.sf.mmm.util.transformer.base |
Provides the base-implementation of transformer-util API.
|
Modifier and Type | Class and Description |
---|---|
class |
RegexStringTransformerRule
This class is a
RegexStringTransformer that implements the StringTransformerRule interface by adding
the stop-on-match flag. |
Modifier and Type | Field and Description |
---|---|
private StringTransformerRule[] |
StringTransformerChain.rules |
Modifier and Type | Method and Description |
---|---|
StringTransformerChain |
StringTransformerChain.extend(StringTransformerRule... additionalRules)
This method extends this chain with
additionalRules . |
Constructor and Description |
---|
StringTransformerChain(String id,
StringTransformerChain parent,
StringTransformerRule... rules)
The constructor.
|
StringTransformerChain(StringTransformerRule... rules)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.