jackson-module-scala

Members list

Concise view

Packages

Provides Scala support for the Jackson JSON Processor.

Provides Scala support for the Jackson JSON Processor.

Attributes

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.

Attributes