Property | Description |
Expression | Identifies a JSON array which will be used as the source to get the elements managed by the data source. For more information about JSON expressions, see com.softwareag.mobile.runtime.toolkit.rest.JPath. |
Filter Expression | A JSON expression value to filter the underlying JSON data. For more information about JSON expressions, see com.softwareag.mobile.runtime.toolkit.rest.JPath. |
Name | Name you assign to the data source in the Outline Editor for your own reference purpose. |
Entity | A reference to an Entity. Each JSON Object will be transformed into this Entity. Therefore, the Entity must contain at least one @JsonProperty annotation. |