public interface Transformer
| Modifier and Type | Method and Description |
|---|---|
String |
transform(String input)
Apply transformation in the input string.
|
String transform(String input) throws TransformerException
input - The string to be transformedTransformerExceptionCopyright © 2020. All rights reserved.