jsonEncoder

besom.internal.Encoder$.jsonEncoder$
object jsonEncoder extends Encoder[JsValue]

Attributes

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

Members list

Value members

Concrete methods

def encode(json: JsValue): Result[(Set[Resource], Value)]
def encodeInternal(json: JsValue): Value

Inherited methods

def contramap[B](f: B => JsValue): Encoder[B]

Attributes

Inherited from:
Encoder