| Name | Description | Type | Package | Framework |
| AbstractFieldMappingAwareDataMapper | Class | org.springframework.xd.analytics.ml | Spring XD | |
| Analytic | Base interface for the definition of analytical logic. | Interface | org.springframework.xd.analytics.ml | Spring XD |
| InputMapper | An InputMapper maps a given domain input I to an appropriate model input MI for the givenAuthor:Thomas Darimont | Interface | org.springframework.xd.analytics.ml | Spring XD |
| MappedAnalytic | An Analytic that supports the mapping of input and outputto and from internal representations by applying the given InputMapper | Class | org.springframework.xd.analytics.ml | Spring XD |
| OutputMapper | An OutputMapper maps a given model input MO to an appropriate domain input O for the givenanalytic A by potentially using data from the original input I. | Interface | org.springframework.xd.analytics.ml | Spring XD |