Module io.annot8.testing.testimpl
Class TestTableContent.Builder
- java.lang.Object
-
- io.annot8.implementations.support.content.AbstractContentBuilder<Table,TableContent>
-
- io.annot8.testing.testimpl.content.TestTableContent.Builder
-
- All Implemented Interfaces:
io.annot8.api.data.Content.Builder<TableContent,Table>,io.annot8.api.helpers.builders.WithFromBuilder<io.annot8.api.data.Content.Builder<TableContent,Table>,TableContent>,io.annot8.api.helpers.builders.WithIdBuilder<io.annot8.api.data.Content.Builder<TableContent,Table>>,io.annot8.api.helpers.builders.WithPropertiesBuilder<io.annot8.api.data.Content.Builder<TableContent,Table>>,io.annot8.api.helpers.builders.WithSave<TableContent>
- Enclosing class:
- TestTableContent
public static class TestTableContent.Builder extends AbstractContentBuilder<Table,TableContent>
-
-
Constructor Summary
Constructors Constructor Description Builder(io.annot8.api.data.Item item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TableContentcreate(String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<Table> data)-
Methods inherited from class io.annot8.implementations.support.content.AbstractContentBuilder
from, getItem, save, withData, withDescription, withId, withoutProperty, withoutProperty, withProperties, withProperty, withPropertyIfPresent
-
-
-
-
Method Detail
-
create
protected TableContent create(String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<Table> data)
- Specified by:
createin classAbstractContentBuilder<Table,TableContent>
-
-