public class JerseyResponseSupport extends Object
| Constructor and Description |
|---|
JerseyResponseSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerTinyTypes(Class<?> head,
Class<?>... tail)
Registers Jersey HeaderDelegateProviders for the specified TinyTypes.
|
public static void registerTinyTypes(Class<?> head, Class<?>... tail)
head - a TinyTypetail - other TinyTypesIllegalArgumentException - when a non-TinyType is givenCopyright © 2015. All rights reserved.