Class DefaultBaseItemFactory

  • All Implemented Interfaces:
    io.annot8.common.implementations.data.BaseItemFactory


    public class DefaultBaseItemFactory
    extends java.lang.Object
    implements io.annot8.common.implementations.data.BaseItemFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultBaseItemFactory​(io.annot8.common.implementations.registries.ContentBuilderFactoryRegistry contentBuilderFactoryRegistry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.annot8.core.data.BaseItem create​()  
      io.annot8.core.data.BaseItem create​(io.annot8.core.data.BaseItem parent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultBaseItemFactory

        public DefaultBaseItemFactory​(io.annot8.common.implementations.registries.ContentBuilderFactoryRegistry contentBuilderFactoryRegistry)
    • Method Detail

      • create

        public io.annot8.core.data.BaseItem create​()
        Specified by:
        create in interface io.annot8.common.implementations.data.BaseItemFactory
      • create

        public io.annot8.core.data.BaseItem create​(io.annot8.core.data.BaseItem parent)
        Specified by:
        create in interface io.annot8.common.implementations.data.BaseItemFactory