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

t-scala.jwt-json4s-jackson_2.12.9.4.6.source-code.JwtJson4sImplicits.scala Maven / Gradle / Ivy

package pdi.jwt

import org.json4s.JValue

trait JwtJson4sImplicits {
  implicit class RichJwtClaim(claim: JwtClaim) {
    def toJValue(): JValue = JwtJson4s.writeClaim(claim)
  }

  implicit class RichJwtHeader(header: JwtHeader) {
    def toJValue(): JValue = JwtJson4s.writeHeader(header)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy