Class StringToStringConverter

    • Constructor Detail

      • StringToStringConverter

        public StringToStringConverter()
    • Method Detail

      • convert

        public String convert​(String source)
        Description copied from interface: Converter
        Converts the source object from S type to T type.
        Specified by:
        convert in interface Converter<String,​String>
        Parameters:
        source - the object to convert
        Returns:
        the converted object