T - the type of the header.@Contract public interface HeaderDelegateProvider<T> extends RuntimeDelegate.HeaderDelegate<T>
String.
 An implementation (a service-provider) identifies itself by placing a provider-configuration file (if not already present), "org.glassfish.jersey.header.spi.HeaderDelegateProvider" in the resource directory META-INF/services, and including the fully qualified service-provider-class of the implementation in the file.
| Modifier and Type | Method and Description | 
|---|---|
| boolean | supports(Class<?> type)Ascertain if the Provider supports a particular type. | 
fromString, toStringboolean supports(Class<?> type)
type - the type that is to be supported.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.