Class AbstractCustomAdjusterSupport

All Implemented Interfaces:
Adjuster<CustomAdjuster>, Policy<CustomAdjuster>

public abstract class AbstractCustomAdjusterSupport extends AbstractAdjusterSupport<CustomAdjuster>
Template class for client supplied adjusters that modifies a form field value. Subclasses must implement Adjuster.adjust(java.lang.String).
  • Constructor Details

    • AbstractCustomAdjusterSupport

      public AbstractCustomAdjusterSupport()
  • Method Details

    • getProcessNoValue

      public boolean getProcessNoValue()
      Description copied from interface: Adjuster
      Returns whether adjuster should not be skipped if the form field value is empty string.