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
-
Required Element Summary
Required Elements
-
Element Details
-
nulls
String[] nullsA set of Strings that represent a null value instead of a valid String (e.g. "?", "empty", "null" )- Returns:
- Strings that represent
null
-