Package ch.tocco.nice2.types.spi
Interface ReversibleConverter<S,T>
- Type Parameters:
S- The source type.T- The target type.
- All Superinterfaces:
Converter<S,T>
- All Known Implementing Classes:
AbstractDecimalConverter,AbstractNumberConverter,GlobToStringConverter,IntToDecimalConverter,IntToLongConverter,LoginStringConverter,LongToDateTimeConverter,LongToDecimalConverter,MoneyAmountToStringConverter,StringToPasswordConverter,UuidToStringConverter
-
Method Summary
-
Method Details
-
reverseConvert
- Throws:
TypeConversionException
-