Class StringOutputUtil

java.lang.Object
com.fasterxml.jackson.dataformat.toml.StringOutputUtil

class StringOutputUtil extends Object
  • Field Details

  • Constructor Details

    • StringOutputUtil

      StringOutputUtil()
  • Method Details

    • categorize

      static int categorize(String s)
    • categorize

      static int categorize(char[] text, int offset, int len)
    • categorize

      static int categorize(int c)
    • getBasicStringEscape

      static String getBasicStringEscape(char c)
      Get the basic string escape sequence for a character, or null if the character does not need to be escaped.