Class ObjectToStringMapper<T>

    • Constructor Detail

      • ObjectToStringMapper

        public ObjectToStringMapper​(java.lang.Class<T> sourceType)
    • Method Detail

      • convert

        public java.lang.String convert​(T value)
        Description copied from class: ColumnTypeMapper
        Converts an object of type T1 to an object of type T2
        Specified by:
        convert in class ColumnTypeMapper<T,​java.lang.String>
        Parameters:
        value - the object to convert.
        Returns:
        the converted object.