java.lang.Object
com.espertech.esper.common.internal.epl.expression.dot.walk.DotEscaper

public class DotEscaper extends Object
  • Constructor Details

    • DotEscaper

      public DotEscaper()
  • Method Details

    • escapeDot

      public static String escapeDot(String identifierToEscape)
      Escape all unescape dot characters in the text (identifier only) passed in.
      Parameters:
      identifierToEscape - text to escape
      Returns:
      text where dots are escaped
    • unescapeDot

      public static String unescapeDot(String identifierToUnescape)
      Un-Escape all escaped dot characters in the text (identifier only) passed in.
      Parameters:
      identifierToUnescape - text to un-escape
      Returns:
      string