Class AbstractCustomListPostConversionAdjusterSupport<T>

All Implemented Interfaces:
ListPostConversionAdjuster<CustomListPostConversionAdjuster,T>, Policy<CustomListPostConversionAdjuster>

public abstract class AbstractCustomListPostConversionAdjusterSupport<T> extends AbstractListPostConversionAdjusterSupport<CustomListPostConversionAdjuster,T>
Template class for custom list post-conversion adjusters that modifies a form field array or collection. Despite the name, recipient form fields can be non-list collections and arrays. This is useful for adjusting the list as a whole, such as sorting or removing null entries, and are run after individual entry post-conversion adjusters and before post conversion validators. Subclasses must implement #adjust.
  • Constructor Details

    • AbstractCustomListPostConversionAdjusterSupport

      public AbstractCustomListPostConversionAdjusterSupport()
  • Method Details

    • getProcessNoValue

      public boolean getProcessNoValue()
      Description copied from interface: ListPostConversionAdjuster
      Returns whether validator should not be skipped if conversion was skipped.