public class Rfc7230ListParser
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Rfc7230ListParser |
parse(java.lang.String input)
Creates a parser for the given
String. |
java.util.List<java.lang.String> |
values()
Returns the list of parsed values.
|
public static Rfc7230ListParser parse(java.lang.String input)
String.input - a CSV string. Must not be null.Rfc7230ListParserException - if the input cannot be parsedpublic java.util.List<java.lang.String> values()