Uses of Package
org.springframework.binding.mapping

Packages that use org.springframework.binding.mapping
org.springframework.binding.mapping Support for mapping attribute values between data structures. 
 

Classes in org.springframework.binding.mapping used by org.springframework.binding.mapping
AttributeMapper
          A lightweight service interface for mapping between two attribute sources.
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.
MappingContext
          A context object with two main responsibities: Exposing information to a mapper to influence a mapping attempt.
 



Copyright © 2009 Spring Framework. All Rights Reserved.