Interface ContentHolder<C>

Type Parameters:
C - the type of the content of a ContentHolder
All Known Subinterfaces:
FluentMutableContentHolder<H,C>, MutableContentHolder<C>

public interface ContentHolder<C>
A ContentHolder has a content.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getStoredContent

      C getStoredContent()
      Returns:
      the content of the current ContentHolder