Class RemoveEmptyProperties

  • All Implemented Interfaces:
    io.annot8.api.components.Annot8ComponentDescriptor<RemoveEmptyProperties.Processor,​io.annot8.api.settings.NoSettings>, io.annot8.api.components.ProcessorDescriptor<RemoveEmptyProperties.Processor,​io.annot8.api.settings.NoSettings>

    @ComponentName("Remove Empty Properties")
    @ComponentDescription("Remove Item Properties that are empty or blank")
    @ComponentTags({"item","properties"})
    public class RemoveEmptyProperties
    extends io.annot8.common.components.AbstractProcessorDescriptor<RemoveEmptyProperties.Processor,​io.annot8.api.settings.NoSettings>
    • Constructor Detail

      • RemoveEmptyProperties

        public RemoveEmptyProperties()
    • Method Detail

      • capabilities

        public io.annot8.api.capabilities.Capabilities capabilities()
      • createComponent

        protected RemoveEmptyProperties.Processor createComponent​(io.annot8.api.context.Context context,
                                                                  io.annot8.api.settings.NoSettings settings)
        Specified by:
        createComponent in class io.annot8.common.components.AbstractComponentDescriptor<RemoveEmptyProperties.Processor,​io.annot8.api.settings.NoSettings>