|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Inherited @Target(value={FIELD,METHOD}) public @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
Conversion
,
Conversions
,
BeanProcessor
,
BeanWriterProcessor
Required Element Summary | |
---|---|
String[] |
nulls
A set of Strings that represent a null value instead of a valid String (e.g. |
Element Detail |
---|
public abstract String[] nulls
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |