Module io.annot8.components.items
Class ItemTypeByParameter
- java.lang.Object
-
- io.annot8.common.components.AbstractComponentDescriptor<T,S>
-
- io.annot8.common.components.AbstractProcessorDescriptor<ItemTypeByParameter.Processor,ItemTypeByParameter.Settings>
-
- io.annot8.components.items.processors.ItemTypeByParameter
-
- All Implemented Interfaces:
io.annot8.api.components.Annot8ComponentDescriptor<ItemTypeByParameter.Processor,ItemTypeByParameter.Settings>,io.annot8.api.components.ProcessorDescriptor<ItemTypeByParameter.Processor,ItemTypeByParameter.Settings>
@ComponentName("Item Type by Parameter") @ComponentDescription("Explicitly sets the Item type") @SettingsClass(Settings.class) public class ItemTypeByParameter extends io.annot8.common.components.AbstractProcessorDescriptor<ItemTypeByParameter.Processor,ItemTypeByParameter.Settings>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classItemTypeByParameter.Processorstatic classItemTypeByParameter.Settings
-
Constructor Summary
Constructors Constructor Description ItemTypeByParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.api.capabilities.Capabilitiescapabilities()ItemTypeByParameter.ProcessorcreateComponent(io.annot8.api.context.Context context, ItemTypeByParameter.Settings settings)-
Methods inherited from class io.annot8.common.components.AbstractComponentDescriptor
create, getName, getSettings, setName, setSettings
-
-
-
-
Method Detail
-
capabilities
public io.annot8.api.capabilities.Capabilities capabilities()
-
createComponent
public ItemTypeByParameter.Processor createComponent(io.annot8.api.context.Context context, ItemTypeByParameter.Settings settings)
- Specified by:
createComponentin classio.annot8.common.components.AbstractComponentDescriptor<ItemTypeByParameter.Processor,ItemTypeByParameter.Settings>
-
-