Uses of Interface
org.springframework.binding.mapping.AttributeMapper

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

Uses of AttributeMapper in org.springframework.binding.mapping
 

Classes in org.springframework.binding.mapping that implement AttributeMapper
 class DefaultAttributeMapper
          Generic attributes mapper implementation that allows mappings to be configured programatically.
 class 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.
 class RequiredMapping
          A mapping that is required.
 

Methods in org.springframework.binding.mapping that return AttributeMapper
 AttributeMapper[] DefaultAttributeMapper.getMappings()
          Returns this mapper's list of mappings.
 

Methods in org.springframework.binding.mapping with parameters of type AttributeMapper
 DefaultAttributeMapper DefaultAttributeMapper.addMapping(AttributeMapper mapping)
          Add a mapping to this mapper.
 void DefaultAttributeMapper.addMappings(AttributeMapper[] mappings)
          Add a set of mappings.
 



Copyright © 2009 Spring Framework. All Rights Reserved.