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

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

There is a newer version: 5.0.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy