Uses of Class
org.springframework.binding.convert.ConversionException

Packages that use ConversionException
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. 
 

Uses of ConversionException in org.springframework.binding.convert
 

Methods in org.springframework.binding.convert that throw ConversionException
 java.lang.Object Converter.convert(java.lang.Object source, java.lang.Class targetClass, ConversionContext context)
          Convert the provided source object argument to an instance of the specified target class.
 java.lang.Object ConversionExecutor.execute(java.lang.Object source)
          Execute the conversion for the provided source object.
 java.lang.Object ConversionExecutor.execute(java.lang.Object source, ConversionContext context)
          Execute the conversion for the provided source object.
 java.lang.Class ConversionService.getClassByAlias(java.lang.String alias)
          Return the class with the specified alias.
 ConversionExecutor ConversionService.getConversionExecutor(java.lang.Class sourceClass, java.lang.Class targetClass)
          Return a conversion executor command object capable of converting source objects of the specified sourceClass to instances of the targetClass.
 ConversionExecutor ConversionService.getConversionExecutorByTargetAlias(java.lang.Class sourceClass, java.lang.String targetAlias)
          Return a conversion executor command object capable of converting source objects of the specified sourceClass to target objects of the type associated with the specified alias.
 ConversionExecutor[] ConversionService.getConversionExecutorsForSource(java.lang.Class sourceClass)
          Return all conversion executors capable of converting source objects of the the specified sourceClass.
 

Uses of ConversionException in org.springframework.binding.convert.support
 

Methods in org.springframework.binding.convert.support that throw ConversionException
 java.lang.Object AbstractConverter.convert(java.lang.Object source)
          Convenience convert method that converts the provided source to the first target object supported by this converter.
 java.lang.Object AbstractConverter.convert(java.lang.Object source, java.lang.Class targetClass)
          Convenience convert method that converts the provided source to the target class specified with an empty conversion context.
 java.lang.Object AbstractConverter.convert(java.lang.Object source, java.lang.Class targetClass, ConversionContext context)
           
 java.lang.Object AbstractConverter.convert(java.lang.Object source, ConversionContext context)
          Convenience convert method that converts the provided source to the first target object supported by this converter.
 java.lang.Class CompositeConversionService.getClassByAlias(java.lang.String alias)
           
 ConversionExecutor CompositeConversionService.getConversionExecutor(java.lang.Class sourceClass, java.lang.Class targetClass)
           
 ConversionExecutor GenericConversionService.getConversionExecutor(java.lang.Class sourceClass, java.lang.Class targetClass)
           
 ConversionExecutor CompositeConversionService.getConversionExecutorByTargetAlias(java.lang.Class sourceClass, java.lang.String targetAlias)
           
 ConversionExecutor[] CompositeConversionService.getConversionExecutorsForSource(java.lang.Class sourceClass)
           
 



Copyright © 2009 Spring Framework. All Rights Reserved.