All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.module.scala.MapModule.scala Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy