DOTS_ESCAPING is similar to UNDERSCORE_ESCAPING, except that dots are converted to `_dot_` and
pre-existing underscores are converted to `__`.
VALUE_ENCODING_ESCAPING
public static finalEscapingSchemeVALUE_ENCODING_ESCAPING
VALUE_ENCODING_ESCAPING prepends the name with `U__` and replaces all invalid characters with
the Unicode value, surrounded by underscores. Single underscores are replaced with double
underscores.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
fromAcceptHeader returns an EscapingScheme depending on the Accept header. Iff the header
contains an escaping=allow-utf-8 term, it will select NO_ESCAPING. If a valid "escaping" term
exists, that will be used. Otherwise, the global default will be returned.