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

public interface ReversibleConverter<S,T> extends Converter<S,T>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface ch.tocco.nice2.types.spi.Converter

    convert