Annotation Interface NullString


Indicates that parsed values such as "", "?" or "null" should be interpreted as null. If a parsed value exists in nulls(), then the field must be set to null.

A NullStringConversion will be assigned to this field

Commonly used for java beans processed using BeanProcessor and/or BeanWriterProcessor

See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A set of Strings that represent a null value instead of a valid String (e.g.
  • Element Details

    • nulls

      String[] nulls
      A set of Strings that represent a null value instead of a valid String (e.g. "?", "empty", "null" )
      Returns:
      Strings that represent null