Class TestInputStreamContent.Builder

    • 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 TestInputStreamContent create​(java.lang.String id, java.lang.String name, io.annot8.core.properties.ImmutableProperties properties, java.util.function.Supplier<java.io.InputStream> data)  
      • Methods inherited from class io.annot8.common.implementations.content.AbstractContentBuilder

        from, save, withData, withId, withName, withoutProperty, withoutProperty, withProperties, withProperty
      • Methods inherited from interface io.annot8.core.data.Content.Builder

        withData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder​(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStoreFactory)
    • 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:
        create in class io.annot8.common.implementations.content.AbstractContentBuilder<java.io.InputStream,TestInputStreamContent>