|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Converter | |
---|---|
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.method | Method binding support for invoking abritrary methods on target beans. |
Uses of Converter in org.springframework.binding.convert |
---|
Methods in org.springframework.binding.convert that return Converter | |
---|---|
Converter |
ConversionExecutor.getConverter()
Returns the converter that will perform the conversion. |
Constructors in org.springframework.binding.convert with parameters of type Converter | |
---|---|
ConversionExecutor(java.lang.Class sourceClass,
java.lang.Class targetClass,
Converter converter)
Creates a conversion executor. |
Uses of Converter in org.springframework.binding.convert.support |
---|
Classes in org.springframework.binding.convert.support that implement Converter | |
---|---|
class |
AbstractConverter
Base class for converters provided as a convenience to implementors. |
class |
AbstractFormattingConverter
A converter that delegates to a formatter to perform the conversion. |
class |
ConversionServiceAwareConverter
Base class for converters that use other converters to convert things, thus they are conversion-service aware. |
class |
TextToBoolean
Converts a textual representation of a boolean object to a Boolean instance. |
class |
TextToClass
Converts a textual representation of a class object to a Class instance. |
class |
TextToExpression
Converter that converts a String into an Expression object. |
class |
TextToLabeledEnum
Converter that converts textual representations of enum instances to a specific instance of LabeledEnum . |
class |
TextToNumber
Converts textual representations of numbers to a Number specialization. |
Methods in org.springframework.binding.convert.support with parameters of type Converter | |
---|---|
void |
GenericConversionService.addConverter(Converter converter)
Add given converter to this conversion service. |
void |
GenericConversionService.addConverter(Converter converter,
java.lang.String alias)
Add given converter with an alias to the conversion service. |
void |
GenericConversionService.addConverters(Converter[] converters)
Add all given converters. |
Uses of Converter in org.springframework.binding.method |
---|
Classes in org.springframework.binding.method that implement Converter | |
---|---|
class |
TextToMethodSignature
Converter that takes an encoded string representation and produces a corresponding MethodSignature
object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |