Interface ContentBuilderFactory<D,C extends Content<D>>
-
- All Known Implementing Classes:
AbstractContentBuilderFactory
public interface ContentBuilderFactory<D,C extends Content<D>>Factory to createContent an content builder.Typically used in a Item.createContent().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Content.Builder<C,D>create(Item item)Create a new builder for the provided item.Class<C>getContentClass()Get the content class created.Class<D>getDataClass()Get the class of the data this content holds
-