| Package | Description |
|---|---|
| com.google.common.escape |
Interfaces, utilities, and simple implementations of escapers and encoders.
|
| Modifier and Type | Method and Description |
|---|---|
Escapers |
Escapers.Builder.addEscape(char c, String
Adds a replacement string for the given input character.
|
static Escapers |
Escapers.builder()
Returns a builder for creating simple, fast escapers.
|
Escapers |
Escapers.Builder.setSafeRange(char safeMin, char safeMax)
Sets the safe range of characters for the escaper.
|
Escapers |
Escapers.Builder.setUnsafeReplacement(String
Sets the replacement string for any characters outside the 'safe' range that have no explicit replacement.
|