T
- the type of the header.public interface HeaderDelegateProvider<T>
extends javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>
String
.
An implementation (a service-provider) identifies itself by placing a provider-configuration file (if not already present), "com.sun.jersey.spi.HeaderDelegateProvider" in the resource directory META-INF/services, and including the fully qualified service-provider-class of the implementation in the file.
boolean supports(Class<?> type)
type
- the type that is to be supported.Copyright © 2013 Oracle Corporation. All rights reserved.