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