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 214217b commit 863bc78Copy full SHA for 863bc78
msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/JsonArrayFormat.java
@@ -13,8 +13,8 @@
13
*
14
* This also provides same behavior as msgpack-java 0.6.x serialization api.
15
*/
16
-public class JsonArrayFormat extends JacksonAnnotationIntrospector {
17
-
+public class JsonArrayFormat extends JacksonAnnotationIntrospector
+{
18
private final static JsonFormat.Value ARRAY_FORMAT = new JsonFormat.Value().withShape(ARRAY);
19
20
@Override
0 commit comments