public interface StringTransformerRule extends Transformer<String>
Transformer
of String
s that is typically used as part of a
StringTransformerChain
.Modifier and Type | Method and Description |
---|---|
boolean |
isStopOnMatch()
This method determines if this rule will stop further proceeding if it matched.
|
transform
boolean isStopOnMatch()
transform
if it did
NOT match. true
if the rule should stop further proceeding after successful transformation.Copyright © 2001–2016 mmm-Team. All rights reserved.