Interface CustomDependencies

All Known Implementing Classes:
DataSourceProcessor, MergeDataSourceProcessor

public interface CustomDependencies
Classes that implement this interface indicate what she dynamically depends on, for the "values" input.

The test for this class will be part of MergeDataSourceProcessor and DataSourceProcessor tests .

  • Method Summary

    Modifier and Type
    Method
    Description
    Get what we dynamically depends on, for the "values" input.
  • Method Details

    • getDependencies

      @Nonnull Collection<String> getDependencies()
      Get what we dynamically depends on, for the "values" input.