public class EscapableObject<T>
extends Object
implements Serializable
| Constructor and Description |
|---|
EscapableObject(T originalValue) |
EscapableObject(T originalValue,
boolean escape) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
escape(T t) |
String |
getEscapedValue() |
T |
getOriginalValue() |
boolean |
isEscape() |
String |
toString() |