Example usage for Java com.fasterxml.jackson.core.io CharacterEscapes fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ESCAPE_CUSTOM Value used for lookup tables to indicate that matching characters will need custom escapes; and that another call to #getEscapeSequence is needed to figure out exact escape sequence to output. |
int[] | standardAsciiEscapesForJSON() Helper method that can be used to get a copy of standard JSON escape definitions; this is useful when just wanting to slightly customize definitions. |