Class ParameterConverters.StringConverter

    • Constructor Detail

      • StringConverter

        public StringConverter()
    • Method Detail

      • convertValue

        public String convertValue​(String value,
                                   Type type)
        Description copied from interface: ParameterConverters.ParameterConverter
        Convert the value from one type to another, for example from a boolean to a String.
        Parameters:
        value - the value to be converted
        type - the type descriptor that supplies extra information about the requested result type
        Returns:
        the converted value