Class GenericConverter.ConvertiblePair
java.lang.Object
org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
- Enclosing interface:
- GenericConverter
Holder for a source-to-target class pair.
-
Constructor Details
-
ConvertiblePair
Create a new source-to-target pair.- Parameters:
sourceType
- the source typetargetType
- the target type
-
-
Method Details