NodeMapper

com.tersesystems.blindsight.jsonld.NodeMapper
See theNodeMapper companion object
trait NodeMapper[T]

This type class is used to map elements to a Node automatically.

Normally you won't need to implement this type class directly. It is used by the list and set mappers to convert other type class instances into Node.

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 mapNode(value: T): Node
Implicitly added by optionMapperToNodeMapper

Attributes

Source:
Mappers.scala
def mapNode(value: T): Node

Attributes

Source:
Mappers.scala