setEscapeCharacter abstract method
void
setEscapeCharacter(
- Character? escapeCharacter
Sets the escape character used to ignore placeholder prefix and separator.
For example, \#{host}
will be treated as a literal instead of a placeholder.
Implementation
void setEscapeCharacter(Character? escapeCharacter);