jackson-module-scala

Packages

Provides Scala support for the Jackson JSON Processor.

Provides Scala support for the Jackson JSON Processor.

Since:

1.9.0

Example:
def mapper = new ObjectMapper()
mapper.registerModule(DefaultScalaModule)

Here we add some type aliases for things that were removed or reworked in scala 2.13.

Here we add some type aliases for things that were removed or reworked in scala 2.13.