fabric.rw

package fabric.rw

Members list

Concise view

Type members

Classlikes

implicit class Asable(value: Json)

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
trait ClassR[T] extends Reader[T]

Attributes

Source:
ClassR.scala
Graph
Supertypes
trait Reader[T]
class Object
trait Matchable
class Any
Known subtypes
trait ClassRW[T]
trait ClassRW[T] extends RW[T] with ClassR[T] with ClassW[T]

ClassRW provides convenience functionality to simplify class mapping with RW

ClassRW provides convenience functionality to simplify class mapping with RW

Attributes

Source:
ClassRW.scala
Graph
Supertypes
trait ClassW[T]
trait ClassR[T]
trait RW[T]
trait Writer[T]
trait Reader[T]
class Object
trait Matchable
class Any
trait ClassW[T] extends Writer[T]

Attributes

Source:
ClassW.scala
Graph
Supertypes
trait Writer[T]
class Object
trait Matchable
class Any
Known subtypes
trait ClassRW[T]
trait CompileRW

Attributes

Companion:
object
Source:
CompileRW.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object RW.type
object CompileRW

Attributes

Companion:
trait
Source:
CompileRW.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
implicit class Convertible[T](value: T)

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
trait RW[T] extends Reader[T] with Writer[T]

RW provides a single class representation of a Reader and Writer for the same type

RW provides a single class representation of a Reader and Writer for the same type

Attributes

Companion:
object
Source:
RW.scala
Graph
Supertypes
trait Writer[T]
trait Reader[T]
class Object
trait Matchable
class Any
Known subtypes
trait ClassRW[T]
object RW extends CompileRW

Attributes

Companion:
trait
Source:
RW.scala
Graph
Supertypes
trait CompileRW
class Object
trait Matchable
class Any
Self type
RW.type
trait Reader[T]

Reader provides a simple T => Json wrapper functionality

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]
trait RW[T]
object Reader

Attributes

Companion:
trait
Source:
Reader.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reader.type
trait Writer[T]

Writable provides a simple Json => T wrapper functionality

Writable provides a simple Json => T wrapper functionality

Attributes

Companion:
object
Source:
Writer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ClassW[T]
trait ClassRW[T]
trait RW[T]
object Writer

Attributes

Companion:
trait
Source:
Writer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Writer.type

Implicits

Implicits

final implicit def Asable(value: Json): Asable

Attributes

Source:
package.scala
final implicit def Convertible[T](value: T): Convertible[T]

Attributes

Source:
package.scala