org.springframework.binding.mapping |
Support for mapping attribute values between data structures.
|
Java Source File Name | Type | Comment |
AttributeMapper.java | Interface | A lightweight service interface for mapping between two attribute sources. |
DefaultAttributeMapper.java | Class | Generic attributes mapper implementation that allows mappings to be
configured programatically. |
Mapping.java | Class | A single mapping definition, encapulating the information neccessary to map
the result of evaluating an expression on a source object to a property on a
target object, optionally applying a type conversion during the mapping
process. |
MappingBuilder.java | Class | A stateful builder that builds
Mapping objects. |
MappingContext.java | Interface | A context object with two main responsibities:
- Exposing information to a mapper to influence
a mapping attempt.
|
RequiredMapping.java | Class | A mapping that is required. |
RequiredMappingException.java | Class | Thrown when a required mapping could not be performed. |