Class TrimEntriesPostConversionAdjuster

All Implemented Interfaces:
Policy<TrimEntries>, PostConversionAdjuster<TrimEntries,String>

public class TrimEntriesPostConversionAdjuster extends AbstractPostConversionAdjusterSupport<TrimEntries,String>
  • Constructor Details

    • TrimEntriesPostConversionAdjuster

      public TrimEntriesPostConversionAdjuster()
  • Method Details

    • adjust

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

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

      public Class<String> getRecipientClass()
      Description copied from interface: PostConversionAdjuster
      Returns type of recipient fields that can receive converted form value.