Module io.annot8.testing.testimpl
Class TestInputStreamContent
- java.lang.Object
-
- io.annot8.testing.testimpl.AbstractTestContent<java.io.InputStream>
-
- io.annot8.testing.testimpl.content.TestInputStreamContent
-
- All Implemented Interfaces:
io.annot8.common.data.content.InputStreamContent,io.annot8.core.data.Content<java.io.InputStream>,io.annot8.core.helpers.WithId,io.annot8.core.helpers.WithName,io.annot8.core.helpers.WithProperties
public class TestInputStreamContent extends AbstractTestContent<java.io.InputStream> implements io.annot8.common.data.content.InputStreamContent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestInputStreamContent.Builderstatic classTestInputStreamContent.BuilderFactory
-
Constructor Summary
Constructors Constructor Description TestInputStreamContent()TestInputStreamContent(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStore, java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)TestInputStreamContent(io.annot8.core.stores.AnnotationStore annotations, java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)TestInputStreamContent(java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends io.annot8.core.data.Content<java.io.InputStream>>getContentClass()-
Methods inherited from class io.annot8.testing.testimpl.AbstractTestContent
getAnnotations, getData, getDataClass, getId, getName, getProperties, setAnnotations, setData, setData, setId, setName, setProperties
-
-
-
-
Constructor Detail
-
TestInputStreamContent
public TestInputStreamContent()
-
TestInputStreamContent
public TestInputStreamContent(java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)
-
TestInputStreamContent
public TestInputStreamContent(io.annot8.core.stores.AnnotationStore annotations, java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)
-
TestInputStreamContent
public TestInputStreamContent(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStore, java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)
-
-