Uses of Interface
io.annot8.api.components.ProcessorDescriptor
-
Packages that use ProcessorDescriptor Package Description io.annot8.api.pipelines -
-
Uses of ProcessorDescriptor in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines that return types with arguments of type ProcessorDescriptor Modifier and Type Method Description Collection<ProcessorDescriptor>PipelineDescriptor. getProcessors()Return an ordered list ofProcessorDescriptors describing the processers that will process data in the pipelineCollection<ProcessorDescriptor>NoOpOrderer. orderProcessors(Collection<ProcessorDescriptor> processors)Collection<ProcessorDescriptor>PipelineOrderer. orderProcessors(Collection<ProcessorDescriptor> processors)Methods in io.annot8.api.pipelines with parameters of type ProcessorDescriptor Modifier and Type Method Description PipelineDescriptor.BuilderPipelineDescriptor.Builder. withProcessor(ProcessorDescriptor processor)Add a processor to the pipeline that is being builtdefault PipelineDescriptor.BuilderPipelineDescriptor.Builder. withProcessors(ProcessorDescriptor... processors)Add multiple processors to the pipeline that is being built, in the order providedMethod parameters in io.annot8.api.pipelines with type arguments of type ProcessorDescriptor Modifier and Type Method Description Collection<ProcessorDescriptor>NoOpOrderer. orderProcessors(Collection<ProcessorDescriptor> processors)Collection<ProcessorDescriptor>PipelineOrderer. orderProcessors(Collection<ProcessorDescriptor> processors)default PipelineDescriptor.BuilderPipelineDescriptor.Builder. withProcessors(Collection<ProcessorDescriptor> processors)Add multiple processors to the pipeline that is being built, in the order provided
-