Interface ArgumentResultConverter<F,​T>

  • Type Parameters:
    F - the type of the raw value
    T - the type of the result
    All Known Implementing Classes:
    URLConverter

    public interface ArgumentResultConverter<F,​T>
    Converter interface
    • Method Detail

      • convertTo

        T convertTo​(F value)
        Parameters:
        value - the raw value
        Returns:
        the converted object