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 a002cc6 commit 910e431Copy full SHA for 910e431
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