public interface IEntity
IEntity
represents the interface from which all generated data
model classes inherit. Those entities must be modeled with EML.
It mainly provides the EPath
to resolve String-based expressions to a
real Object, e.g. for JSON to entity parsing or resolving expressions for
ContentAdapters.
EPath
Modifier and Type | Method and Description |
---|---|
EPath |
getEPath()
Returns the
EPath object for this IEntity . |
IEntity |
updateFromJson(org.json.me.JSONObject jsonObject)
Update the entity with the values from the
JSONObject . |
IEntity |
updateFromJson(java.lang.String jsonString)
Update the entity with the values from the JSON string.
|
IEntity updateFromJson(org.json.me.JSONObject jsonObject)
JSONObject
.