Class RemoveEmptyStringEntriesListPostConversionAdjuster

All Implemented Interfaces:
ListPostConversionAdjuster<RemoveEmptyStringEntries,String>, Policy<RemoveEmptyStringEntries>

public class RemoveEmptyStringEntriesListPostConversionAdjuster extends AbstractListPostConversionAdjusterSupport<RemoveEmptyStringEntries,String>
  • Constructor Details

    • RemoveEmptyStringEntriesListPostConversionAdjuster

      public RemoveEmptyStringEntriesListPostConversionAdjuster()
  • Method Details

    • adjust

      public List<String> adjust(List<String> fieldValue) throws Exception
      Description copied from interface: ListPostConversionAdjuster
      Returns adjusted form field values.
      Throws:
      Exception
    • getProcessNoValue

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

      public Class<String> getRecipientClass()
      Description copied from interface: ListPostConversionAdjuster
      Returns item types of recipient collection fields that can receive converted form value. Not to be confused with collection type.