Annotation Interface Trim


Indicates that the field is suitable for String trimming. To use this annotate the method with Trim AND the fields intended for trimming. The field must be:
  • A mutable POJO with getters and setters
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Flag to indicate the removal of control characters.
  • Element Details

    • removeControlChars

      Flag to indicate the removal of control characters.
      Default:
      false