Class TypeConverters.FileConverter

    • Constructor Detail

      • FileConverter

        public FileConverter()
    • Method Detail

      • convert

        public File convert​(String s)
        Description copied from interface: TypeConverter
        Converts a String to a given type.
        Specified by:
        convert in interface TypeConverter<File>
        Parameters:
        s - the String to convert. Cannot be null.
        Returns:
        the converted object.