Class TaxonArg<T>

    • Constructor Detail

      • TaxonArg

        protected TaxonArg​(String propertyName,
                           Class<T> propertyType,
                           T arg)
    • Method Detail

      • valueOf

        public static TaxonArg<?> valueOf​(String s)
                                   throws MalformedArgException
        Used by RS to parse value of request parameters.
        Parameters:
        s - the request taxon argument
        Returns:
        instance of appropriate implementation of TaxonArg based on the actual Type the argument represents.
        Throws:
        MalformedArgException