Uses of Class
org.jdrupes.httpcodec.types.StringList
Package | Description |
---|---|
org.jdrupes.httpcodec.types |
Special types related to HTTP.
|
-
Uses of StringList in org.jdrupes.httpcodec.types
Fields in org.jdrupes.httpcodec.types with type parameters of type StringList Modifier and Type Field Description static Converter<StringList>
Converters. QUOTED_STRING_LIST
static Converter<StringList>
Converters. STRING_LIST
Methods in org.jdrupes.httpcodec.types that return StringList Modifier and Type Method Description StringList
StringList. appendIfNotContained(String value)
Appends the value to the list of values if it is not already in the list.