Class StringConverter

    • Method Detail

      • convert

        public Object convert​(String value)
        Description copied from interface: Converter
        Converts a String into an object, e.g. String 19790518 to Date May 18th, 1979
        Specified by:
        convert in interface Converter
        Parameters:
        value - the string to convert
        Returns:
        the converted object
      • toString

        public String toString​(Object value)
        Description copied from interface: Converter
        Converts an object into string, e.g. Date May 18th, 1979 to String 19790518
        Specified by:
        toString in interface Converter
        Parameters:
        value - the object to convert
        Returns:
        a string rapresentation of the object