Uses of Interface
io.annot8.api.components.Processor
-
Packages that use Processor Package Description io.annot8.api.components This package contains the api interface for components.io.annot8.api.pipelines -
-
Uses of Processor in io.annot8.api.components
Classes in io.annot8.api.components with type parameters of type Processor Modifier and Type Interface Description interfaceProcessorDescriptor<T extends Processor,S extends Settings>Helper interface for usingAnnot8ComponentDescriptorwithProcessorinterfaces -
Uses of Processor in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines that return types with arguments of type Processor Modifier and Type Method Description Collection<Processor>Pipeline. getProcessors()Methods in io.annot8.api.pipelines with parameters of type Processor Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. withProcessor(Processor processor)
-