Uses of Class
com.google.common.escape.ArrayBasedEscaperMap
Packages that use ArrayBasedEscaperMap
Package
Description
Interfaces, utilities, and simple implementations of escapers and encoders.
-
Uses of ArrayBasedEscaperMap in com.google.common.escape
Methods in com.google.common.escape that return ArrayBasedEscaperMapModifier and TypeMethodDescriptionstatic ArrayBasedEscaperMap
Returns a new ArrayBasedEscaperMap for creating ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances.Constructors in com.google.common.escape with parameters of type ArrayBasedEscaperMapModifierConstructorDescriptionprotected
ArrayBasedCharEscaper
(ArrayBasedEscaperMap escaperMap, char safeMin, char safeMax) Creates a new ArrayBasedCharEscaper instance with the given replacement map and specified safe range.protected
ArrayBasedUnicodeEscaper
(ArrayBasedEscaperMap escaperMap, int safeMin, int safeMax, @Nullable String unsafeReplacement) Creates a new ArrayBasedUnicodeEscaper instance with the given replacement map and specified safe range.