Interface ListHeaderType<ValueType>

Type Parameters:
ValueType - The type of the header value.
All Superinterfaces:
EntityType<List<ValueType>>, HeaderType<List<ValueType>>

public interface ListHeaderType<ValueType> extends HeaderType<List<ValueType>>
Represents a header type. That is, it binds a header name to a value type. In contrast to SingletonHeaderType this is for headers that are defined to have a list value.

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