public class MapObject extends Object
Modifier | Constructor and Description |
---|---|
protected |
MapObject() |
protected |
MapObject(Map data) |
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 |
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 value) |
protected void |
setString(String key,
String value) |
Map |
toMap() |
Map |
toRawMap() |
String |
toString() |
protected final Map fields
protected MapObject()
protected MapObject(Map data)
Copyright © 2018 The Codehaus Foundation. All rights reserved.