Reader

fabric.rw.Reader
See theReader companion object
trait Reader[T]

Reader provides a simple T => Json wrapper functionality

Attributes

Companion:
object
Source:
Reader.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ClassR[T]
trait ClassRW[T]
class MultiReader[T]
trait RW[T]
class CompoundRW[T]

Members list

Concise view

Value members

Abstract methods

def read(t: T): Json
Implicitly added by listR

Attributes

Source:
Reader.scala
def read(t: T): Json
Implicitly added by mapR

Attributes

Source:
Reader.scala
def read(t: T): Json
Implicitly added by optionR

Attributes

Source:
Reader.scala
def read(t: T): Json
Implicitly added by setR

Attributes

Source:
Reader.scala
def read(t: T): Json
Implicitly added by vectorR

Attributes

Source:
Reader.scala
def read(t: T): Json

Attributes

Source:
Reader.scala

Concrete methods

def +(that: Reader[T]): Reader[T]
Implicitly added by listR

Attributes

Source:
Reader.scala
def +(that: Reader[T]): Reader[T]
Implicitly added by mapR

Attributes

Source:
Reader.scala
def +(that: Reader[T]): Reader[T]
Implicitly added by optionR

Attributes

Source:
Reader.scala
def +(that: Reader[T]): Reader[T]
Implicitly added by setR

Attributes

Source:
Reader.scala
def +(that: Reader[T]): Reader[T]
Implicitly added by vectorR

Attributes

Source:
Reader.scala
def +(that: Reader[T]): Reader[T]

Attributes

Source:
Reader.scala