Package de.cxp.ocs.conf.converter
Interface ConfigureableField
-
- All Known Implementing Classes:
PatternConfiguration,PatternWithReplacementConfiguration,SplitValueConfiguration
public interface ConfigureableFieldConfigureableDataprocessor implementations manipulate, extract, enrich, ... fields. As the configuration of that implementations has a huge diversity, the configuration is done via YAML through the DataProcessorConfiguration. To enable more type save programming than working on a Map, the ConfigureableDataprocessor parses that map into ConfigureableField implementations for specifying ConfigureableDataprocessor implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFieldName()Gets the name of the field the ConfigureableDataprocessor is working on.
-