public interface CharacterTranslator
Interface for a character translator.
| Modifier and Type | Method and Description |
|---|---|
default String |
translateCharacters(Object input)
Translates characters found in an input object to a target representation.
|
String |
translateCharacters(String input)
Translates characters found in an input string to a target representation.
|
Copyright © 2016–2017. All rights reserved.