Uses of Annotation Interface
com.google.common.escape.ElementTypesAreNonnullByDefault
Packages that use ElementTypesAreNonnullByDefault
Package
Description
Interfaces, utilities, and simple implementations of escapers and encoders.
-
Uses of ElementTypesAreNonnullByDefault in com.google.common.escape
Classes in com.google.common.escape with annotations of type ElementTypesAreNonnullByDefaultModifier and TypeClassDescriptionclass
ACharEscaper
that uses an array to quickly look up replacement characters for a givenchar
value.final class
An implementation-specific parameter class suitable for initializingArrayBasedCharEscaper
orArrayBasedUnicodeEscaper
instances.class
AUnicodeEscaper
that uses an array to quickly look up replacement characters for a given code point.class
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).final class
Simple helper class to build a "sparse" array of objects based on the indexes that were added to it.class
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).final class
Static utility methods pertaining toEscaper
instances.(package private) final class
Methods factored out so that they can be emulated differently in GWT.class
AnEscaper
that converts literal text into a format safe for inclusion in a particular context (such as an XML document).