Interface Model<T>
-
- All Known Implementing Classes:
MapModel
,StringModel
public interface Model<T>
Interface to represent data in generic way in the data mapper engine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getModel()
void
setModel(T model)
-