Interface ParameterFactory<T extends Parameter>

    • Method Detail

      • createParameter

        T createParameter​(String value)
                   throws URISyntaxException
        Returns a parameter instance of the appropriate type with the specified value.
        Parameters:
        value - a value to assign to the returned parameter
        Returns:
        a parameter instance, or null if this factory is unable to create an appropriate parameter
        Throws:
        URISyntaxException - where an invalid URI is encountered
      • supports

        boolean supports​(String name)