Package org.projectnessie.model.types
Interface ContentTypeRegistry
-
public interface ContentTypeRegistryAn implementation of this interface is passed toContentTypeBundles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(java.lang.Class<? extends Content> type)
-
-
-
Method Detail
-
register
void register(java.lang.Class<? extends Content> type)
-
-