|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueEscaper
Escapes config key, property name and value.
Method Summary | |
---|---|
String |
escapeConfigKey(String value) Escapes the given config key. |
String |
escapeName(String value) Escapes the given property name. |
String |
escapeValue(String value) Escapes the given value. |
Method Detail |
---|
String escapeConfigKey(String value)
value
- the value to escape. May be
null
.
String escapeName(String value)
value
- the value to escape. May be
null
.
String escapeValue(String value)
value
- the value to escape. May be
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |