Module io.annot8.testing.testimpl
Class TestStringContent.Builder
- java.lang.Object
-
- io.annot8.common.implementations.content.AbstractContentBuilder<String,TestStringContent>
-
- io.annot8.testing.testimpl.content.TestStringContent.Builder
-
- All Implemented Interfaces:
io.annot8.core.data.Content.Builder<TestStringContent,String>,io.annot8.core.helpers.builders.WithFromBuilder<io.annot8.core.data.Content.Builder<TestStringContent,String>,TestStringContent>,io.annot8.core.helpers.builders.WithIdBuilder<io.annot8.core.data.Content.Builder<TestStringContent,String>>,io.annot8.core.helpers.builders.WithPropertiesBuilder<io.annot8.core.data.Content.Builder<TestStringContent,String>>,io.annot8.core.helpers.builders.WithSave<TestStringContent>
- Enclosing class:
- TestStringContent
public static class TestStringContent.Builder extends io.annot8.common.implementations.content.AbstractContentBuilder<String,TestStringContent>
-
-
Constructor Summary
Constructors Constructor Description Builder(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStoreFactory, io.annot8.common.implementations.stores.SaveCallback<TestStringContent,TestStringContent> saver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TestStringContentcreate(String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<String> data)
-
-
-
Constructor Detail
-
Builder
public Builder(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStoreFactory, io.annot8.common.implementations.stores.SaveCallback<TestStringContent,TestStringContent> saver)
-
-
Method Detail
-
create
protected TestStringContent create(String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<String> data)
- Specified by:
createin classio.annot8.common.implementations.content.AbstractContentBuilder<String,TestStringContent>
-
-