Uses of Class
com.google.common.escape.UnicodeEscaper
Package
Description
Interfaces, utilities, and simple implementations of escapers and encoders.
Utility methods and classes for networking (such as IP addresses and domain names).
-
Uses of UnicodeEscaper in com.google.common.escape
Modifier and TypeClassDescriptionclass
AUnicodeEscaper
that uses an array to quickly look up replacement characters for a given code point.Modifier and TypeMethodDescriptionEscapers.computeReplacement
(UnicodeEscaper escaper, int cp) Returns a string that would replace the given character in the specified escaper, ornull
if no replacement should be made. -
Uses of UnicodeEscaper in com.google.common.net
Modifier and TypeClassDescriptionfinal class
AUnicodeEscaper
that escapes some set of Java characters using a UTF-8 based percent encoding scheme.