We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d166d5d commit c82a961Copy full SHA for c82a961
api/src/main/java/jakarta/json/JsonBuilderFactory.java
@@ -50,6 +50,12 @@
50
*/
51
public interface JsonBuilderFactory {
52
53
+ /**
54
+ * Configuration property to ignore null values. All providers
55
+ * must support this property. The value of the property is boolean.
56
+ */
57
+ public static final String IGNORE_ADDING_IF_NULL = "jakarta.json.JsonBuilderFactory.ignoreAddingIfNull";
58
+
59
/**
60
* Creates a {@code JsonObjectBuilder} instance that is used to build
61
* {@link JsonObject}.
0 commit comments