Uses of Interface
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Packages that use RuntimeDelegate.HeaderDelegate Package Description javax.ws.rs.ext APIs that provide extensions to the types supported by the API. -
-
Uses of RuntimeDelegate.HeaderDelegate in javax.ws.rs.ext
Methods in javax.ws.rs.ext that return RuntimeDelegate.HeaderDelegate Modifier and Type Method Description abstract <T> RuntimeDelegate.HeaderDelegate<T>
RuntimeDelegate. createHeaderDelegate(Class<T> type)
Obtain an instance of aRuntimeDelegate.HeaderDelegate
for the supplied class.
-