|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConverter | |
---|---|
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 AbstractConverter in org.springframework.binding.convert.support |
---|
Subclasses of AbstractConverter in org.springframework.binding.convert.support | |
---|---|
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. |
Uses of AbstractConverter in org.springframework.binding.method |
---|
Subclasses of AbstractConverter in org.springframework.binding.method | |
---|---|
class |
TextToMethodSignature
Converter that takes an encoded string representation and produces a corresponding MethodSignature
object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |