Package ubic.gemma.rest.util.args
Class TaxonArg<T>
java.lang.Object
ubic.gemma.rest.util.args.AbstractArg<T>
ubic.gemma.rest.util.args.AbstractEntityArg<T,Taxon,TaxonService>
ubic.gemma.rest.util.args.TaxonArg<T>
- All Implemented Interfaces:
Arg<T>
- Direct Known Subclasses:
TaxonIdArg
,TaxonNameArg
,TaxonNcbiIdArg
Mutable argument type base class for Taxon API
- Author:
- tesarst
-
Constructor Details
-
TaxonArg
-
-
Method Details
-
valueOf
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
-