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 Type
    Method
    Description
    Gets the name of the field the ConfigureableDataprocessor is working on.
  • Method Details

    • getFieldName

      String getFieldName()
      Gets the name of the field the ConfigureableDataprocessor is working on. This field is used the extract the record value before passing it to further processing steps.
      Returns:
      the name of the Field.