Package org.springframework.binding.convert.support

Supporting type converter implementations that are generically applicable and frequently used.

See:
          Description

Interface Summary
ConversionServiceAware Marker interface that denotes an object has a dependency on a conversion service that is expected to be fulfilled.
 

Class Summary
AbstractConverter Base class for converters provided as a convenience to implementors.
AbstractFormattingConverter A converter that delegates to a formatter to perform the conversion.
CompositeConversionService A conversion service that delegates to an ordered chain of other conversion services.
ConversionServiceAwareConverter Base class for converters that use other converters to convert things, thus they are conversion-service aware.
ConverterPropertyEditorAdapter Adapts a Converter to the PropertyEditor interface.
CustomConverterConfigurer Registers all 'from string' converters known to a conversion service with a Spring bean factory.
DefaultConversionService Default, local implementation of a conversion service.
GenericConversionService Base implementation of a conversion service.
TextToBoolean Converts a textual representation of a boolean object to a Boolean instance.
TextToClass Converts a textual representation of a class object to a Class instance.
TextToExpression Converter that converts a String into an Expression object.
TextToLabeledEnum Converter that converts textual representations of enum instances to a specific instance of LabeledEnum.
TextToNumber Converts textual representations of numbers to a Number specialization.
 

Package org.springframework.binding.convert.support Description

Supporting type converter implementations that are generically applicable and frequently used.



Copyright � 2004-2007. All Rights Reserved.