@Singleton public class UriProvider extends Object implements HeaderDelegateProvider<URI>
| Constructor and Description | 
|---|
UriProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
URI | 
fromString(String header)  | 
boolean | 
supports(Class<?> type)
Ascertain if the Provider supports a particular type. 
 | 
String | 
toString(URI header)  | 
public boolean supports(Class<?> type)
HeaderDelegateProvidersupports in interface HeaderDelegateProvider<URI>type - the type that is to be supported.public String toString(URI header)
toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.