Module io.annot8.testing.testimpl
Class TestInputStreamContent.Builder
- java.lang.Object
-
- io.annot8.common.implementations.content.AbstractContentBuilder<java.io.InputStream,TestInputStreamContent>
-
- io.annot8.testing.testimpl.content.TestInputStreamContent.Builder
-
- Enclosing class:
- TestInputStreamContent
public static class TestInputStreamContent.Builder extends io.annot8.common.implementations.content.AbstractContentBuilder<java.io.InputStream,TestInputStreamContent>
-
-
Constructor Summary
Constructors Constructor Description Builder(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStoreFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TestInputStreamContentcreate(java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)
-
-
-
Method Detail
-
create
protected TestInputStreamContent create(java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)
- Specified by:
createin classio.annot8.common.implementations.content.AbstractContentBuilder<java.io.InputStream,TestInputStreamContent>
-
-