|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface JsonWriteNullProperties
Annotation that can be used to define whether object properties that have null values are to be written out when serializing content as JSON. This affects Bean and Map serialization.
Annotation can be used with Classes (all instances of given class) and Methods.
Default value for this property is 'true', meaning that null properties are written.
Optional Element Summary | |
---|---|
boolean |
value
Whether properties for beans of annotated type will always be written (true), or only if not null (false). |
public abstract boolean value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |