Interface Model


public interface Model
Represents data model type of objects that are usually descriptor of data holders.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    Returns model representation as map of members of this model type
  • Method Details

    • toMap

      Map<String,Object> toMap()
      Returns model representation as map of members of this model type
      Returns:
      non null map of data extracted from the model
    • fromMap

      void fromMap(Map<String,Object> params)