-
- Type Parameters:
T- the generic type
- All Known Subinterfaces:
HeaderAccessor.HeaderProperty<T>
- Enclosing interface:
- HeaderAccessor<T>
public static interface HeaderAccessor.HeaderMutator<T>Provides a mutator for aHeaderproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHeader(Header<T> aHeader)Sets theHeaderproperty.
-