Uses of Interface
io.annot8.api.components.responses.SourceResponse
-
Packages that use SourceResponse Package Description io.annot8.api.components This package contains the api interface for components.io.annot8.api.components.responses This package contains the response objects returned by some components.io.annot8.api.pipelines -
-
Uses of SourceResponse in io.annot8.api.components
Methods in io.annot8.api.components that return SourceResponse Modifier and Type Method Description SourceResponseSource. read(ItemFactory itemFactory)Read from the data source and return new items if found -
Uses of SourceResponse in io.annot8.api.components.responses
Classes in io.annot8.api.components.responses that implement SourceResponse Modifier and Type Class Description static classSourceResponse.SourceResponseBuilder -
Uses of SourceResponse in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines that return SourceResponse Modifier and Type Method Description SourceResponsePipeline. read(ItemFactory itemFactory)
-