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