Package de.cxp.ocs.conf.converter
Interface ConfigureableField
- All Known Implementing Classes:
PatternConfiguration
,PatternWithReplacementConfiguration
,SplitValueConfiguration
public interface ConfigureableField
ConfigureableDataprocessor 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
Modifier and TypeMethodDescriptionGets the name of the field the ConfigureableDataprocessor is working on.