Class StringEscape

  • All Implemented Interfaces:
    org.apache.camel.commands.StringEscape

    public final class StringEscape
    extends Object
    implements org.apache.camel.commands.StringEscape
    • Method Detail

      • unescapeJava

        public String unescapeJava​(String str)
        Specified by:
        unescapeJava in interface org.apache.camel.commands.StringEscape
      • escapeJava

        public String escapeJava​(String str)
        Specified by:
        escapeJava in interface org.apache.camel.commands.StringEscape
      • hex

        public String hex​(char ch)
        Specified by:
        hex in interface org.apache.camel.commands.StringEscape