Package io.automatiko.engine.api
Interface Model
-
public interface ModelRepresents data model type of objects that are usually descriptor of data holders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfromMap(Map<String,Object> params)Map<String,Object>toMap()Returns model representation as map of members of this model type
-