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()