public final class CacheControlProvider extends Object implements HeaderDelegateProvider<javax.ws.rs.core.CacheControl>
Constructor and Description |
---|
CacheControlProvider() |
public boolean supports(Class<?> type)
HeaderDelegateProvider
supports
in interface HeaderDelegateProvider<javax.ws.rs.core.CacheControl>
type
- the type that is to be supported.public String toString(javax.ws.rs.core.CacheControl header)
toString
in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<javax.ws.rs.core.CacheControl>
public javax.ws.rs.core.CacheControl fromString(String header)
fromString
in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<javax.ws.rs.core.CacheControl>
Copyright © 2013 Oracle Corporation. All rights reserved.