Class UriProvider
java.lang.Object
org.glassfish.jersey.message.internal.UriProvider
- All Implemented Interfaces:
RuntimeDelegate.HeaderDelegate<URI>
,HeaderDelegateProvider<URI>
- Author:
- Paul Sandoz, Marek Potociar
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UriProvider
public UriProvider()
-
-
Method Details
-
supports
Description copied from interface:HeaderDelegateProvider
Ascertain if the Provider supports a particular type.- Specified by:
supports
in interfaceHeaderDelegateProvider<URI>
- Parameters:
type
- the type that is to be supported.- Returns:
- true if the type is supported, otherwise false.
-
toString
- Specified by:
toString
in interfaceRuntimeDelegate.HeaderDelegate<URI>
-
fromString
- Specified by:
fromString
in interfaceRuntimeDelegate.HeaderDelegate<URI>
-