com.fasterxml.jackson.module.scala.MapModule.scala Maven / Gradle / Ivy
The newest version!
package com.fasterxml.jackson.module.scala
import com.fasterxml.jackson.module.scala.ser.MapSerializerModule
import com.fasterxml.jackson.module.scala.deser.{UnsortedMapDeserializerModule, SortedMapDeserializerModule}
/**
* @author Christopher Currie
*/
trait MapModule extends MapSerializerModule with SortedMapDeserializerModule with UnsortedMapDeserializerModule {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy