Package org.springframework.binding.mapping

Support for mapping attribute values between data structures.

See:
          Description

Interface Summary
AttributeMapper A lightweight service interface for mapping between two attribute sources.
MappingContext A context object with two main responsibities: Exposing information to a mapper to influence a mapping attempt.
 

Class Summary
DefaultAttributeMapper Generic attributes mapper implementation that allows mappings to be configured programatically.
Mapping 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 A stateful builder that builds Mapping objects.
RequiredMapping A mapping that is required.
 

Exception Summary
RequiredMappingException Thrown when a required mapping could not be performed.
 

Package org.springframework.binding.mapping Description

Support for mapping attribute values between data structures.



Copyright © 2009 Spring Framework. All Rights Reserved.