
scalapb_playjson.EnumFormatter.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalapb-playjson_2.12 Show documentation
Show all versions of scalapb-playjson_2.12 Show documentation
Json/Protobuf convertors for ScalaPB
The newest version!
package scalapb_playjson
import play.api.libs.json.JsValue
final case class EnumFormatter[T](
writer: (Printer, T) => JsValue,
parser: (Parser, JsValue) => Option[T]
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy