File tree 2 files changed +6
-3
lines changed
ion/src/main/java/com/fasterxml/jackson/dataformat/ion
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,13 @@ public enum Feature implements FormatFeature // since 2.12
56
56
* Whether to use Ion native Type Id construct for indicating type (true);
57
57
* or "generic" type property (false) when writing. Former works better for
58
58
* systems that are Ion-centric; latter may be better choice for interoperability,
59
- * when converting between formats or accepting other formats. Enabled by default
60
- * for backwards compatibility as that has been the behavior of
61
- * `jackson-dataformat-ion` since 2.9.
59
+ * when converting between formats or accepting other formats.
60
+ *<p>
61
+ * Enabled by default for backwards compatibility as that has been the behavior
62
+ * of `jackson-dataformat-ion` since 2.9 (first official public version)
62
63
*
63
64
* @see <a href="https://amzn.github.io/ion-docs/docs/spec.html#annot">The Ion Specification</a>
65
+ *
64
66
* @since 2.12
65
67
*/
66
68
USE_NATIVE_TYPE_ID (true ),
Original file line number Diff line number Diff line change 1
1
Project : jackson - datatypes - binaryModules :
2
2
jackson - dataformat - avro
3
3
jackson - dataformat - cbor
4
+ jackson - dataformat - ion (since 2.9 )
4
5
jackson - dataformat - protobuf
5
6
jackson - dataformat - smile
6
7
You can’t perform that action at this time.
0 commit comments