Class ToUpperCaseAdjuster

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

public class ToUpperCaseAdjuster extends AbstractAdjusterSupport<ToUpperCase>
  • Constructor Details

    • ToUpperCaseAdjuster

      public ToUpperCaseAdjuster()
  • Method Details

    • adjust

      public String adjust(String formValue) throws Exception
      Description copied from interface: Adjuster
      Returns adjusted form field value.
      Throws:
      Exception
    • getProcessNoValue

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