@ParametersAreNonnullByDefault public interface SoyIdRenamingMap
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key)
Gets the string that should be substituted for
key. |
String get(String key)
key. The same
value must be consistently returned for any particular key, and
the returned value must not be returned for any other key value.key - The text to be replaced, never null.key.