Interface Converter<T>

  • Type Parameters:
    T -

    public interface Converter<T>
    General purpose data type converter that can be registered and used to manage the conversion of objects from one type to another.
    • Method Detail

      • convert

        T convert​(java.lang.Class<T> type,
                  java.lang.Object value)