com.fasterxml.jackson.module.scala.SetModule.scala Maven / Gradle / Ivy
The newest version!
package com.fasterxml.jackson.module.scala
import com.fasterxml.jackson.module.scala.deser.{SortedSetDeserializerModule, UnsortedSetDeserializerModule}
trait SetModule extends UnsortedSetDeserializerModule with SortedSetDeserializerModule {
override def getModuleName: String = "SetModule"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy