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 TypeClassDescriptionclassACharEscaperthat uses an array to quickly look up replacement characters for a givencharvalue.final classAn implementation-specific parameter class suitable for initializingArrayBasedCharEscaperorArrayBasedUnicodeEscaperinstances.classAUnicodeEscaperthat uses an array to quickly look up replacement characters for a given code point.classAn object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).final classSimple helper class to build a "sparse" array of objects based on the indexes that were added to it.classAn object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).final classStatic utility methods pertaining toEscaperinstances.(package private) final classMethods factored out so that they can be emulated differently in GWT.classAnEscaperthat converts literal text into a format safe for inclusion in a particular context (such as an XML document).