Interface TypeConverter<T>

  • Type Parameters:
    T - Target object type.
    All Known Implementing Classes:
    IntTypeConverter, ListTypeConverter, StringTypeConverter

    public interface TypeConverter<T>
    Type converters are used to convert an object of source type to the destination type.
    Author:
    Erhan Bagdemir