public interface Model
Represents data model type of objects that are usually descriptor of data
holders.
-
Method Summary
-
Method Details
-
toMap
Returns model representation as map of members of this model type- Returns:
- non null map of data extracted from the model
-
fromMap
-