|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasJsonKey
Interface for objects that support access by a JSON map instead of access by a list when a list of the objects are supplied.
| Method Summary | |
|---|---|
String |
getJsonKey()
The JSON key in the map for this object. |
boolean |
isHasUniqueKey()
Whether the json-keyed value is supposed to have a unique key in the list. |
void |
setJsonKey(String jsonKey)
The JSON key in the map for this object. |
| Method Detail |
|---|
boolean isHasUniqueKey()
String getJsonKey()
void setJsonKey(String jsonKey)
jsonKey - The key in the map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||