Annotation Type NullString
-
@Retention(RUNTIME) @Inherited @Target({FIELD,METHOD,ANNOTATION_TYPE}) public @interface NullStringIndicates that parsed values such as "", "?" or "null" should be interpreted as null. If a parsed value exists innulls(), then the field must be set to null.A
NullStringConversionwill be assigned to this fieldCommonly used for java beans processed using
BeanProcessorand/orBeanWriterProcessor- Author:
- Univocity Software Pty Ltd - parsers@univocity.com
- See Also:
Conversion,Conversions,BeanProcessor,BeanWriterProcessor
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]nullsA set of Strings that represent a null value instead of a valid String (e.g.
-