Class DefaultFormValuePostProcessorRetVal

    • Constructor Detail

      • DefaultFormValuePostProcessorRetVal

        public DefaultFormValuePostProcessorRetVal​(List<String[]> values)
        Creates a new instance with the given values.
        Parameters:
        values - The list of values after post-processing.
    • Method Detail

      • values

        public List<String[]> values()
        Description copied from interface: IFormValuePostProcessorRetVal
        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.
        Specified by:
        values in interface IFormValuePostProcessorRetVal
        Returns:
        The list of values after post-processing, or null to use the original values.