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.
MapperFeature.DEFAULT_VIEW_INCLUSION
1 parent 5947168 commit cd20d1eCopy full SHA for cd20d1e
src/main/java/com/fasterxml/jackson/databind/MapperFeature.java
@@ -377,9 +377,9 @@ public enum MapperFeature implements ConfigFeature
377
* properties are included in all views if there is no
378
* {@link com.fasterxml.jackson.annotation.JsonView} annotation.
379
*<p>
380
- * Feature is enabled by default.
+ * Feature is enabled by default in 2.x: will be disabled in 3.0.
381
*/
382
- DEFAULT_VIEW_INCLUSION(false),
+ DEFAULT_VIEW_INCLUSION(true),
383
384
/*
385
/******************************************************
0 commit comments