| Modifier and Type | Field and Description |
|---|---|
static EscapeCharacter |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
escape(String value)
Escapes all special like characters (
_, %) using the configured escape character. |
char |
getEscapeCharacter() |
int |
hashCode() |
static EscapeCharacter |
of(char escapeCharacter) |
String |
toString() |
public static final EscapeCharacter DEFAULT
@Nullable public String escape(@Nullable String value)
_, %) using the configured escape character.value - may be null.public static EscapeCharacter of(char escapeCharacter)
public char getEscapeCharacter()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.