public class StringArrayArg extends AbstractArrayArg<String>
Constructor and Description |
---|
StringArrayArg(List<String> values) |
Modifier and Type | Method and Description |
---|---|
static StringArrayArg |
valueOf(String s)
Used by RS to parse value of request parameters.
|
getValue, toString
public static StringArrayArg valueOf(String s)
s
- the request arrayString argumentBadRequestException
when accessing its value, if the input
String can not be converted into an array of strings.Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.