Interface Model


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

      • 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