
scalapb_circe.ScalapbCirceCompat.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalapb-circe_2.12 Show documentation
Show all versions of scalapb-circe_2.12 Show documentation
Json/Protobuf convertors for ScalaPB
The newest version!
package scalapb_circe
import scalapb.GeneratedMessageCompanion
private[scalapb_circe] object ScalapbCirceCompat {
def getClassFromMessageCompanion(x: GeneratedMessageCompanion[?]): Class[?] =
x.getClass.getMethod("defaultInstance").getReturnType
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy