Interface IFormValuePostProcessorRetVal
-
- All Known Implementing Classes:
DefaultFormValuePostProcessorRetVal
public interface IFormValuePostProcessorRetValReturn value of aIFormValuePostProcessor.postProcess(IFormValuePostProcessorParams).- Since:
- 8.4.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String[]>values()Gets the list of values after post-processing.
-
-
-
Method Detail
-
values
List<String[]> values()
Gets the list of values after post-processing. When null, uses the original values as provided in theparameters. 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.
-
-