|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MapToTypeAdapter.UnderlyingMapAware<M extends Map<String,Object>>
This interface makes a derivative type aware of an underlying map implementation. This is normally used in combination with
an MapToTypeAdapter.
| Method Summary | |
|---|---|
M |
getUnderlyingMap()
Returns the Map which underlies this class type facade. |
void |
setUnderlyingMap(M underlyingMap)
Sets the Map which should underly this class type facade. |
| Method Detail |
|---|
M getUnderlyingMap()
Map which underlies this class type facade.
void setUnderlyingMap(M underlyingMap)
Map which should underly this class type facade.
underlyingMap -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||