Class DefaultFormValuePostProcessorRetVal

java.lang.Object
de.xima.fc.mdl.placeholder.DefaultFormValuePostProcessorRetVal
All Implemented Interfaces:
IFormValuePostProcessorRetVal

public final class DefaultFormValuePostProcessorRetVal extends Object implements IFormValuePostProcessorRetVal
Default implementation of IFormValuePostProcessorRetVal.
Since:
8.4.1
  • Constructor Details

    • DefaultFormValuePostProcessorRetVal

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

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