Class Member.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • createParameter

        public Parameter createParameter​(String value)
                                  throws URISyntaxException
        Description copied from interface: ParameterFactory
        Returns a parameter instance of the appropriate type with the specified value.
        Specified by:
        createParameter in interface ParameterFactory
        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