File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/main/java/com/fasterxml/jackson/annotation Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5050 * arrays or {@link java.util.Collection}s; support may be added in
5151 * future versions (but if so, will be configurable to allow disabling it).
5252 *<pre>
53- * (For Jackson 3 only) As of Jackson 3.1.0, {@link #content()} also supports {@link java.util.Collection}'s
54- * when {@code tools.jackson.databind.SerializationFeature#APPLY_JSON_INCLUDE_FOR_COLLECTIONS}
55- * feature is enabled --disabled by default for backward-compatibility. (see [databind#5369] for more detail)
56- * Note that `content` is NOT currently (as of Jackson 3.1.0) supported for arrays, but may be supported in future versions.
53+ * (For Jackson 3 only) As of Jackson 3.1.0, {@link #content()} also supports {@link java.util.Collection}s
54+ * and Arrays when {@code tools.jackson.databind.SerializationFeature#APPLY_JSON_INCLUDE_FOR_CONTAINERS}
55+ * feature is enabled -- disabled by default for backward-compatibility (see [databind#5369] for more detail).
5756 *
5857 * @since 2.0
5958 */
You can’t perform that action at this time.
0 commit comments