Skip to content

Commit ab29696

Browse files
committed
add Java DSL to help Java users
1 parent fa6c816 commit ab29696

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package tools.jackson.module.scala.javadsl;
2+
3+
public final class DefaultScalaModule {
4+
public static tools.jackson.module.scala.JacksonModule getInstance() {
5+
return tools.jackson.module.scala.DefaultScalaModule$.MODULE$;
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package tools.jackson.module.scala.javadsl;
2+
3+
public final class ScalaModule {
4+
public static tools.jackson.module.scala.ScalaModule.Builder builder() {
5+
return tools.jackson.module.scala.ScalaModule$.MODULE$.builder();
6+
}
7+
}

0 commit comments

Comments
 (0)