Interface IFormValuePostProcessorRetVal

All Known Implementing Classes:
DefaultFormValuePostProcessorRetVal

public interface IFormValuePostProcessorRetVal
Since:
8.4.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the list of values after post-processing.
  • Method Details

    • values

      List<String[]> values()
      Gets the list of values after post-processing. When null, uses the original values as provided in the parameters. Can be used when the post-processor mutates / modifies the values in-place.
      Returns:
      The list of values after post-processing, or null to use the original values.