Interface HeaderType<ValueType>

Type Parameters:
ValueType - The type of the header value.
All Superinterfaces:
EntityType<ValueType>
All Known Subinterfaces:
ListHeaderType<ValueType>, SingletonHeaderType<ValueType>

public interface HeaderType<ValueType> extends EntityType<ValueType>
Represents a header type. That is, it binds a header name to a value type.

Two HeaderTypes are considered equal if they have the same header name.

  • Method Details