Uses of Enum
org.unbescape.uri.UriEscapeUtil.UriEscapeType
Packages that use UriEscapeUtil.UriEscapeType
-
Uses of UriEscapeUtil.UriEscapeType in org.unbescape.uri
Subclasses with type arguments of type UriEscapeUtil.UriEscapeType in org.unbescape.uriMethods in org.unbescape.uri that return UriEscapeUtil.UriEscapeTypeModifier and TypeMethodDescriptionstatic UriEscapeUtil.UriEscapeTypeReturns the enum constant of this type with the specified name.static UriEscapeUtil.UriEscapeType[]UriEscapeUtil.UriEscapeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.unbescape.uri with parameters of type UriEscapeUtil.UriEscapeTypeModifier and TypeMethodDescription(package private) static voidUriEscapeUtil.escape(char[] text, int offset, int len, Writer writer, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static voidUriEscapeUtil.escape(Reader reader, Writer writer, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static StringUriEscapeUtil.escape(String text, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static voidUriEscapeUtil.unescape(char[] text, int offset, int len, Writer writer, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static voidUriEscapeUtil.unescape(Reader reader, Writer writer, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static StringUriEscapeUtil.unescape(String text, UriEscapeUtil.UriEscapeType escapeType, String encoding)