jackson-module-scala

Members list

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)
In this article