- java.lang.Object
-
- io.annot8.testing.testimpl.AbstractTestContent<URI>
-
- io.annot8.testing.testimpl.content.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestUriContent.TestUriBuilderstatic classTestUriContent.TestURLBuilderFactory-
Nested classes/interfaces inherited from interface io.annot8.api.data.Content
io.annot8.api.data.Content.Builder<A extends io.annot8.api.data.Content<D>,D extends Object>
-
-
Constructor Summary
Constructors Constructor Description TestUriContent()TestUriContent(io.annot8.api.data.Item item)TestUriContent(io.annot8.api.data.Item item, String id, String description, io.annot8.api.properties.ImmutableProperties properties, URI data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends io.annot8.api.data.Content<URI>>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
-
-