jsonDecoder

besom.internal.Decoder.jsonDecoder
object jsonDecoder extends Decoder[JsValue]

Attributes

Graph
Supertypes
trait Decoder[JsValue]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Inherited methods

Deserialize the given gRPC value into OutputData[A] or return an error

Deserialize the given gRPC value into OutputData[A] or return an error

Attributes

Inherited from:
Decoder
def emap[B](f: (JsValue, Label) => ValidatedResult[DecodingError, B]): Decoder[B]

Attributes

Inherited from:
Decoder