Class StringToShortConverter

    • Constructor Detail

      • StringToShortConverter

        public StringToShortConverter()
    • Method Detail

      • convert

        public Short 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,​Short>
        Parameters:
        source - the object to convert
        Returns:
        the converted object