ValueMapper

com.tersesystems.blindsight.jsonld.ValueMapper
See theValueMapper companion object
trait ValueMapper[T]

This type class is used to create Value instances from given types.

There are types provided for all the JSON-LD primitives and typed values.

See ValueBinding for example usage

Attributes

T

the type class instance.

Companion:
object
Source:
Mappers.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def mapValue(value: T): Value[_]
Implicitly added by optValueMapper

Attributes

Source:
Mappers.scala
def mapValue(value: T): Value[_]

Attributes

Source:
Mappers.scala