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