Uses of Package
org.springframework.binding.convert

Packages that use org.springframework.binding.convert
org.springframework.binding.convert Core services for converting objects from one type to another. 
org.springframework.binding.convert.support Supporting type converter implementations that are generically applicable and frequently used. 
org.springframework.binding.mapping Support for mapping attribute values between data structures. 
org.springframework.binding.method Method binding support for invoking abritrary methods on target beans. 
 

Classes in org.springframework.binding.convert used by org.springframework.binding.convert
ConversionContext
          A context object with two main responsibities: Exposing information to a converter to influence a type conversion attempt.
ConversionException
          Base class for exceptions thrown by the type conversion system.
ConversionExecutor
          A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
Converter
          A type converter converts objects from one type to another.
 

Classes in org.springframework.binding.convert used by org.springframework.binding.convert.support
ConversionContext
          A context object with two main responsibities: Exposing information to a converter to influence a type conversion attempt.
ConversionException
          Base class for exceptions thrown by the type conversion system.
ConversionExecutor
          A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
ConversionService
          A service interface for retrieving type conversion executors.
Converter
          A type converter converts objects from one type to another.
 

Classes in org.springframework.binding.convert used by org.springframework.binding.mapping
ConversionExecutor
          A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
ConversionService
          A service interface for retrieving type conversion executors.
 

Classes in org.springframework.binding.convert used by org.springframework.binding.method
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.
 



Copyright © 2009 Spring Framework. All Rights Reserved.