Package | Description |
---|---|
org.glassfish.tyrus.core |
Core classes.
|
Modifier and Type | Method and Description |
---|---|
static <T> String |
Utils.getHeaderFromList(List<T> list,
Utils.Stringifier<T> stringifier)
Convert list of values to singe
String usable as HTTP header value. |
static <T> List<String> |
Utils.getStringList(List<T> list,
Utils.Stringifier<T> stringifier)
Get list of strings from List<T>.
|
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.