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.
JsonTypeInfo.Id.DEDUCTION
1 parent 7f69036 commit 1fbd968Copy full SHA for 1fbd968
src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
@@ -126,6 +126,8 @@ public enum Id {
126
* thrown if not enough unique information is present to select a single subtype.
127
* <br>If deduction is being used annotation properties {@code visible},
128
* {@code property} and {@code include} are ignored.
129
+ * <p>
130
+ * On serialization, no type ID is written, and only regular properties are included.
131
*
132
* @since 2.12.0.
133
*/
0 commit comments