Class DefaultTableContent.Builder

  • Enclosing class:
    DefaultTableContent


    public static class DefaultTableContent.Builder
    extends io.annot8.common.implementations.content.AbstractContentBuilder<io.annot8.common.data.content.Table,io.annot8.common.data.content.TableContent>
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder​()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected io.annot8.common.data.content.TableContent create​(java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<io.annot8.common.data.content.Table> data)  
      • Methods inherited from class io.annot8.common.implementations.content.AbstractContentBuilder

        from, save, withData, withId, withName, withoutProperty, withoutProperty, withProperties, withProperty
      • Methods inherited from interface io.annot8.core.data.Content.Builder

        withData
      • Methods inherited from class java.lang.Object

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

      • Builder

        public Builder​()
    • Method Detail

      • create

        protected io.annot8.common.data.content.TableContent create​(java.lang.String id,
                                                                    java.lang.String name,
                                                                    io.annot8.core.properties.ImmutableProperties properties,
                                                                    java.util.function.Supplier<io.annot8.common.data.content.Table> data)
        Specified by:
        create in class io.annot8.common.implementations.content.AbstractContentBuilder<io.annot8.common.data.content.Table,io.annot8.common.data.content.TableContent>