- Enclosing class:
Mustache
public static interface Mustache.Escaper
Handles escaping characters in substituted text.
-
Method Summary
Modifier and TypeMethodDescriptiondefault CharSequenceescape(CharSequence raw) Returnsrawwith the appropriate characters replaced with escape sequences.Returnsrawwith the appropriate characters replaced with escape sequences.
-
Method Details
-
escape
Returnsrawwith the appropriate characters replaced with escape sequences. -
escape
Returnsrawwith the appropriate characters replaced with escape sequences.
-