Uses of Interface
jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Package | Description |
---|---|
jakarta.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
-
Uses of RuntimeDelegate.HeaderDelegate in jakarta.ws.rs.ext
Methods in jakarta.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.