Uses of Interface
org.springframework.binding.convert.support.ConversionServiceAware

Packages that use ConversionServiceAware
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 ConversionServiceAware in org.springframework.binding.convert.support
 

Classes in org.springframework.binding.convert.support that implement ConversionServiceAware
 class ConversionServiceAwareConverter
          Base class for converters that use other converters to convert things, thus they are conversion-service aware.
 class TextToClass
          Converts a textual representation of a class object to a Class instance.
 

Uses of ConversionServiceAware in org.springframework.binding.method
 

Classes in org.springframework.binding.method that implement ConversionServiceAware
 class TextToMethodSignature
          Converter that takes an encoded string representation and produces a corresponding MethodSignature object.
 



Copyright © 2009 Spring Framework. All Rights Reserved.