All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected boolean |
getBoolean(String key) |
protected Date |
getDate(String key) |
protected int |
getInt(String key) |
protected List<?> |
getList(String key) |
protected Map<String,Object> |
getMap(String key) |
protected String |
getString(String key) |
protected void |
setBoolean(String key,
boolean value) |
protected void |
setBoolean(String key,
String value) |
protected void |
setDate(String key,
Date value) |
protected void |
setDate(String key,
String value) |
protected void |
setInt(String key,
int value) |
protected void |
setInt(String key,
String value) |
protected void |
setList(String key,
List<?> value) |
protected void |
setMap(String key,
Map<String,Object> value) |
protected void |
setString(String key,
String value) |
Map<String,Object> |
toMap() |
Map<String,Object> |
toRawMap() |
String |
toString() |