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

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

Uses of MappingContext in org.springframework.binding.mapping
 

Methods in org.springframework.binding.mapping with parameters of type MappingContext
 void Mapping.map(java.lang.Object source, java.lang.Object target, MappingContext context)
          Map the sourceAttribute in to the targetAttribute target map, performing type conversion if necessary.
 void AttributeMapper.map(java.lang.Object source, java.lang.Object target, MappingContext context)
          Map data from a source object to a target object.
 void DefaultAttributeMapper.map(java.lang.Object source, java.lang.Object target, MappingContext context)
           
 



Copyright © 2009 Spring Framework. All Rights Reserved.