Interface IFormValuePostProcessorRetVal
- All Known Implementing Classes:
DefaultFormValuePostProcessorRetVal
public interface IFormValuePostProcessorRetVal
Return value of a
IFormValuePostProcessor.postProcess(IFormValuePostProcessorParams).- Since:
- 8.4.1
-
Method Summary
-
Method Details
-
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.
-