| Name | Description | Type | Package | Framework |
| AbstractMappingResult | Convenient base class for MappingResult implementations. | Class | org.springframework.binding.mapping.results | Spring Webflow |
| DefaultMapper | Generic mapper implementation that allows mappings to be configured programatically. | Class | org.springframework.binding.mapping.impl | Spring Webflow |
| DefaultMapping | A single mapping definition, encapsulating the information necessary to map the result of evaluating an expression ona source object to a property on a target object, optionally applying a type conversion during the mapping process. | Class | org.springframework.binding.mapping.impl | Spring Webflow |
| DefaultMappingContext | Default mapping context implementation. | Class | org.springframework.binding.mapping.impl | Spring Webflow |
| DefaultMappingResults | Default mapping results implementation. | Class | org.springframework.binding.mapping.impl | Spring Webflow |
| Mapper | Maps state between two objects. | Interface | org.springframework.binding.mapping | Spring Webflow |
| Mapping | Information about a single mapping. | Interface | org.springframework.binding.mapping | Spring Webflow |
| MappingResult | A single data mapping result. | Interface | org.springframework.binding.mapping | Spring Webflow |
| MappingResults | Exposes information about the results of a mapping transaction. | Interface | org.springframework.binding.mapping | Spring Webflow |
| MappingResultsCriteria | A predicate used to select mapping result objects in a call toMappingResults. | Interface | org.springframework.binding.mapping | Spring Webflow |
| RequiredError | Class | org.springframework.binding.mapping.results | Spring Webflow | |
| SourceAccessError | Indicates an exception occurred accessing the source object to be mapped. | Class | org.springframework.binding.mapping.results | Spring Webflow |
| Success | Indicates a successful mapping operation. | Class | org.springframework.binding.mapping.results | Spring Webflow |
| TargetAccessError | Indicates an exception occurred accessing the target object to be mapped to. | Class | org.springframework.binding.mapping.results | Spring Webflow |
| TypeConversionError | Indicates a type conversion occurred during a mapping operation. | Class | org.springframework.binding.mapping.results | Spring Webflow |