Module io.helidon.json.binding
Package io.helidon.json.binding
Annotation Interface Json.SerializeNulls
- Enclosing class:
Json
Controls whether null values are included in JSON output.
By default, null values are omitted from JSON output.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
boolean valueWhether to serialize null values.- Returns:
- true to include nulls, false to omit them
- Default:
true
-