public class StringProvider extends Object implements HeaderDelegateProvider<String>
Constructor and Description |
---|
StringProvider() |
Modifier and Type | Method and Description |
---|---|
String |
fromString(String header) |
boolean |
supports(Class<?> type)
Ascertain if the Provider supports a particular type.
|
String |
toString(String header) |
public boolean supports(Class<?> type)
HeaderDelegateProvider
supports
in interface HeaderDelegateProvider<String>
type
- the type that is to be supported.public String toString(String header)
toString
in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<String>
Copyright © 2015 Oracle Corporation. All rights reserved.