Interface IFormValuePostProcessorRetVal

    • Method Detail

      • 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.