@CheckReturnValue @ParametersAreNonnullByDefault
See: Description
Class | Description |
---|---|
ArrayBasedCharEscaper |
A
CharEscaper that uses an array to quickly look up replacement characters for a given
char value. |
ArrayBasedEscaperMap |
An implementation-specific parameter class suitable for initializing
ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances. |
ArrayBasedUnicodeEscaper |
A
UnicodeEscaper that uses an array to quickly look up replacement characters for a given
code point. |
CharEscaper |
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
CharEscaperBuilder |
Simple helper class to build a "sparse" array of objects based on the indexes that were added to
it.
|
Escaper |
An object that converts literal text into a format safe for inclusion in a particular context
(such as an XML document).
|
Escapers |
Static utility methods pertaining to
Escaper instances. |
Escapers.Builder |
A builder for simple, fast escapers.
|
UnicodeEscaper |
An
Escaper that converts literal text into a format safe for inclusion in a particular
context (such as an XML document). |
Escaper
.
Additional escapers implementations are found in the applicable packages: HtmlEscapers
in com.google.common.html
, XmlEscapers
in com.google.common.xml
, and UrlEscapers
in com.google.common.net
.
This package is a part of the open-source Guava library.
Copyright © 2010–2019. All rights reserved.