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.
2 parents 8c43113 + 910e431 commit 83cd348Copy full SHA for 83cd348
src/main/java/com/fasterxml/jackson/datatype/joda/JodaMapper
@@ -0,0 +1,10 @@
1
+com / fasterxml / jackson / datatype / joda;
2
+
3
+import com.fasterxml.jackson.databind.ObjectMapper;
4
+import com.fasterxml.jackson.datatype.joda.JodaModule;
5
6
+public class JodaMapper extends ObjectMapper {
7
+ public JodaMapper() {
8
+ registerModule(new JodaModule());
9
+ }
10
+}
0 commit comments