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 34c8762 commit a550262Copy full SHA for a550262
src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
@@ -234,7 +234,8 @@ public enum As {
234
* class to use for deserialization if type identifier is either not present,
235
* or can not be mapped to a registered type (which can occur for ids,
236
* but not when specifying explicit class to use).
237
- * Property has no effect on serialization.
+ * Property has no effect on choice of type id used for serialization;
238
+ * it is only used in deciding what to do for otherwise unmappable cases.
239
*<p>
240
* Note that while this property allows specification of the default
241
* implementation to use, it does not help with structural issues that
0 commit comments