org.springframework.binding.convert |
Core services for converting objects from one type to another.
|
Java Source File Name | Type | Comment |
ConversionContext.java | Interface | A context object with two main responsibities:
- Exposing information to a converter to influence
a type conversion attempt.
|
ConversionException.java | Class | Base class for exceptions thrown by the type conversion system. |
ConversionExecutor.java | Class | A command object that is parameterized with the information necessary to
perform a conversion of a source input to a target output. |
ConversionService.java | Interface | A service interface for retrieving type conversion executors. |
Converter.java | Interface | A type converter converts objects from one type to another. |