Interface RuntimeDelegate.HeaderDelegate<T>

Type Parameters:
T - a JAX-RS type that corresponds to the value of a HTTP header.
Enclosing class:
RuntimeDelegate

public static interface RuntimeDelegate.HeaderDelegate<T>
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.