| Package | Description |
|---|---|
| com.google.common.escape |
Interfaces, utilities, and simple implementations of escapers and encoders.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayBasedEscaperMap |
ArrayBasedEscaperMap.create(Map
Returns a new ArrayBasedEscaperMap for creating ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances.
|
| Constructor and Description | |
|---|---|
ArrayBasedCharEscaper(ArrayBasedEscaperMap
Creates a new ArrayBasedCharEscaper instance with the given replacement map and specified safe range.
|
|
ArrayBasedUnicodeEscaper(ArrayBasedEscaperMap
Creates a new ArrayBasedUnicodeEscaper instance with the given replacement map and specified safe range.
|