T - The type that a concrete implementation handlesprivate static interface CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
escape(T value)
Appends the value to the specified
StringBuilder, escaping if necessary. |
java.lang.CharSequence escape(T value)
StringBuilder, escaping if necessary.value - the value to be appended, escaped if necessary