Class TestUriContent

  • All Implemented Interfaces:
    io.annot8.api.data.Content<URI>, io.annot8.api.helpers.WithDescription, io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithProperties, UriContent

    public class TestUriContent
    extends AbstractTestContent<URI>
    implements UriContent
    • Constructor Detail

      • TestUriContent

        public TestUriContent()
      • TestUriContent

        public TestUriContent​(io.annot8.api.data.Item item)
      • TestUriContent

        public TestUriContent​(io.annot8.api.data.Item item,
                              String id,
                              String description,
                              io.annot8.api.properties.ImmutableProperties properties,
                              URI data)
    • Method Detail

      • getContentClass

        public Class<? extends io.annot8.api.data.Content<URI>> getContentClass()
        Specified by:
        getContentClass in interface io.annot8.api.data.Content<URI>