Package org.springframework.binding.convert

Core services for converting objects from one type to another.

See:
          Description

Interface Summary
ConversionContext A context object with two main responsibities: Exposing information to a converter to influence a type conversion attempt.
ConversionService A service interface for retrieving type conversion executors.
Converter A type converter converts objects from one type to another.
 

Class Summary
ConversionExecutor A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
 

Exception Summary
ConversionException Base class for exceptions thrown by the type conversion system.
 

Package org.springframework.binding.convert Description

Core services for converting objects from one type to another.



Copyright � 2004-2007. All Rights Reserved.