| Package | Description |
|---|---|
| org.springframework.core.convert.converter |
SPI to implement Converters for the type conversion system.
|
| org.springframework.core.convert.support |
Default implementation of the type conversion system.
|
| Constructor and Description |
|---|
ConvertingComparator(Comparator<T> comparator,
ConversionService conversionService,
Class<? extends T> targetType)
Create a new
ConvertingComparator instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableConversionService
Configuration interface to be implemented by most if not all
ConversionService
types. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConversionService
A specialization of
GenericConversionService configured by default
with converters appropriate for most environments. |
class |
GenericConversionService
Base
ConversionService implementation suitable for use in most environments. |
| Modifier and Type | Method and Description |
|---|---|
static ConversionService |
DefaultConversionService.getSharedInstance()
Return a shared default
ConversionService instance,
lazily building it once needed. |
| Constructor and Description |
|---|
ConvertingPropertyEditorAdapter(ConversionService conversionService,
TypeDescriptor targetDescriptor)
Create a new ConvertingPropertyEditorAdapter for a given
ConversionService
and the given target type. |