Uses of Class
org.aoju.bus.core.text.escape.UnicodeEscaper
Packages that use UnicodeEscaper
-
Uses of UnicodeEscaper in org.aoju.bus.core.text.escape
Subclasses of UnicodeEscaper in org.aoju.bus.core.text.escapeModifier and TypeClassDescriptionclassTranslates codepoints to their Unicode escaped value suitable for Java source.Methods in org.aoju.bus.core.text.escape that return UnicodeEscaperModifier and TypeMethodDescriptionstatic UnicodeEscaperUnicodeEscaper.above(int codepoint) Constructs aUnicodeEscaperabove the specified value (exclusive).static UnicodeEscaperUnicodeEscaper.below(int codepoint) Constructs aUnicodeEscaperbelow the specified value (exclusive).static UnicodeEscaperUnicodeEscaper.between(int codepointLow, int codepointHigh) Constructs aUnicodeEscaperbetween the specified values (inclusive).static UnicodeEscaperUnicodeEscaper.outsideOf(int codepointLow, int codepointHigh) Constructs aUnicodeEscaperoutside of the specified values (exclusive).