Interface HeaderAccessor.HeaderMutator<T>

Type Parameters:
T - The type of the header property.
All Known Subinterfaces:
HeaderAccessor.HeaderProperty<T>
Enclosing interface:
HeaderAccessor<T>

public static interface HeaderAccessor.HeaderMutator<T>
Provides a mutator for a header property.
  • Method Summary

    Modifier and Type Method Description
    void setHeader​(T aHeader)
    Sets the header for the header property.
  • Method Details

    • setHeader

      void setHeader​(T aHeader)
      Sets the header for the header property.
      Parameters:
      aHeader - The header to be stored by the header property.