Interface TypeConverter<S,​T>

  • Type Parameters:
    S - the source class
    T - the target class

    public interface TypeConverter<S,​T>
    Converts an object from a source class to a target class.

    A reference to a TypeConverter should be obtained from a TypeConverterFactory.

    • Method Detail

      • convert

        T convert​(S value)