Uses of Interface
io.annot8.api.components.responses.ProcessorResponse
-
Packages that use ProcessorResponse 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 ProcessorResponse in io.annot8.api.components
Methods in io.annot8.api.components that return ProcessorResponse Modifier and Type Method Description ProcessorResponseProcessor. process(Item item)Process the given item -
Uses of ProcessorResponse in io.annot8.api.components.responses
Classes in io.annot8.api.components.responses that implement ProcessorResponse Modifier and Type Class Description static classProcessorResponse.ProcessorResponseBuilder -
Uses of ProcessorResponse in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines that return ProcessorResponse Modifier and Type Method Description ProcessorResponsePipeline. process(Item item)
-