Uses of Class
org.springframework.binding.convert.support.ConversionServiceAwareConverter

Packages that use ConversionServiceAwareConverter
org.springframework.binding.convert.support Supporting type converter implementations that are generically applicable and frequently used. 
org.springframework.binding.method Method binding support for invoking abritrary methods on target beans. 
 

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

Subclasses of ConversionServiceAwareConverter in org.springframework.binding.convert.support
 class TextToClass
          Converts a textual representation of a class object to a Class instance.
 

Uses of ConversionServiceAwareConverter in org.springframework.binding.method
 

Subclasses of ConversionServiceAwareConverter in org.springframework.binding.method
 class TextToMethodSignature
          Converter that takes an encoded string representation and produces a corresponding MethodSignature object.
 



Copyright © 2009 Spring Framework. All Rights Reserved.