Class JsonFormatter.JSONFilter
java.lang.Object
org.apache.juli.JsonFormatter.JSONFilter
- Enclosing class:
- JsonFormatter
- 
Method SummaryModifier and TypeMethodDescriptionstatic CharSequenceescape(CharSequence input, int off, int length) Escape the given char sequence.static StringEscape the given string.
- 
Method Details- 
escape
- 
escapeEscape the given char sequence.- Parameters:
- input- the char sequence
- off- the offset on which escaping will start
- length- the length which should be escaped
- Returns:
- the escaped char sequence corresponding to the specified range
 
 
-