org.omnaest.utils.beans
Interface MapToTypeAdapter.UnderlyingMapAware<M extends Map<String,Object>>

Enclosing class:
MapToTypeAdapter<T,M extends Map<Object,Object>>

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

getUnderlyingMap

M getUnderlyingMap()
Returns the Map which underlies this class type facade.

Returns:

setUnderlyingMap

void setUnderlyingMap(M underlyingMap)
Sets the Map which should underly this class type facade.

Parameters:
underlyingMap -


Copyright © 2011. All Rights Reserved.