syntax

soidc.jwt.codec.syntax
object syntax extends Syntax, Syntax, Syntax, Syntax

Attributes

Graph
Supertypes
trait Syntax
trait Syntax
trait Syntax
trait Syntax
class Object
trait Matchable
class Any
Show all
Self type
syntax.type

Members list

Extensions

Inherited extensions

extension [A](self: A)
def toJsonBytes: ByteVector

Attributes

Inherited from:
Syntax
def toJsonUtf8: String

Attributes

Inherited from:
Syntax
extension (self: ByteVector)
def as[A](using d: ByteDecoder[A]): Either[DecodeError, A]

Attributes

Inherited from:
Syntax
def unsafeAs[A](using ByteDecoder[A]): A

Attributes

Inherited from:
Syntax
extension [A](self: A)

Attributes

Inherited from:
Syntax
extension (self: JsonValue)
def as[A](using d: FromJson[A]): Either[DecodeError, A]

Attributes

Inherited from:
Syntax
def unsafeAs[A](using FromJson[A]): A

Attributes

Inherited from:
Syntax