Module io.annot8.testing.testimpl
Class TestInputStreamContent
- java.lang.Object
-
- io.annot8.testing.testimpl.AbstractTestContent<InputStream>
-
- io.annot8.testing.testimpl.content.TestInputStreamContent
-
- All Implemented Interfaces:
io.annot8.api.data.Content<InputStream>,io.annot8.api.helpers.WithDescription,io.annot8.api.helpers.WithId,io.annot8.api.helpers.WithProperties,InputStreamContent
public class TestInputStreamContent extends AbstractTestContent<InputStream> implements 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.api.data.Item item)TestInputStreamContent(io.annot8.api.data.Item item, io.annot8.api.stores.AnnotationStore annotations, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<InputStream> data)TestInputStreamContent(io.annot8.api.data.Item item, AnnotationStoreFactory annotationStore, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<InputStream> data)TestInputStreamContent(io.annot8.api.data.Item item, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<InputStream> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends io.annot8.api.data.Content<InputStream>>getContentClass()-
Methods inherited from class io.annot8.testing.testimpl.AbstractTestContent
getAnnotations, getData, getDataClass, getDescription, getId, getItem, getProperties, setAnnotations, setData, setData, setDescription, setId, setItem, setProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
TestInputStreamContent
public TestInputStreamContent()
-
TestInputStreamContent
public TestInputStreamContent(io.annot8.api.data.Item item)
-
TestInputStreamContent
public TestInputStreamContent(io.annot8.api.data.Item item, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<InputStream> data)
-
TestInputStreamContent
public TestInputStreamContent(io.annot8.api.data.Item item, io.annot8.api.stores.AnnotationStore annotations, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<InputStream> data)
-
TestInputStreamContent
public TestInputStreamContent(io.annot8.api.data.Item item, AnnotationStoreFactory annotationStore, String id, String description, io.annot8.api.properties.ImmutableProperties properties, Supplier<InputStream> data)
-
-
Method Detail
-
getContentClass
public Class<? extends io.annot8.api.data.Content<InputStream>> getContentClass()
- Specified by:
getContentClassin interfaceio.annot8.api.data.Content<InputStream>
-
-