Class ToEndOfDayAdjuster

All Implemented Interfaces:
Policy<ToEndOfDay>, PostConversionAdjuster<ToEndOfDay,Date>

public class ToEndOfDayAdjuster extends AbstractPostConversionAdjusterSupport<ToEndOfDay,Date>
  • Constructor Details

    • ToEndOfDayAdjuster

      public ToEndOfDayAdjuster()
  • Method Details

    • getProcessNoValue

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

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

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