Package

ch.datascience.graph.elements

json

Permalink

package json

Created by johann on 30/05/17.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class EdgeReads[V, P <: Property] extends Reads[Edge { ... /* 2 definitions in type refinement */ }]

    Permalink

    Created by johann on 08/06/17.

  2. class EdgeWrites[V, P <: Property] extends Writes[Edge { ... /* 2 definitions in type refinement */ }]

    Permalink

    Created by johann on 08/06/17.

  3. class MultiPropertyValueReads[P <: Property] extends Reads[MultiPropertyValue[P]]

    Permalink

    Created by johann on 31/05/17.

  4. class MultiPropertyValueWrites[P <: Property] extends Writes[MultiPropertyValue[P]]

    Permalink

    Created by johann on 31/05/17.

  5. class MultiRecordReads[P <: Property] extends Reads[MultiRecord { type Prop = P }]

    Permalink

    Created by johann on 31/05/17.

  6. class MultiRecordWrites[P <: Property] extends Writes[MultiRecord { type Prop <: P }]

    Permalink

    Created by johann on 31/05/17.

  7. class RecordReads[P <: Property] extends Reads[Record { type Prop = P }]

    Permalink

    Created by johann on 30/05/17.

  8. class RecordWrites[P <: Property] extends Writes[Record { type Prop <: P }]

    Permalink

    Created by johann on 24/05/17.

  9. class RichPropertyReads[P <: Property] extends Reads[RichProperty { type Prop = P }]

    Permalink

    Created by johann on 30/05/17.

  10. class RichPropertyWrites[P <: Property] extends Writes[RichProperty { type Prop <: P }]

    Permalink

    Created by johann on 24/05/17.

  11. class TypedMultiRecordReads[P <: Property] extends Reads[TypedMultiRecord { type Prop = P }]

    Permalink

    Created by johann on 31/05/17.

  12. class TypedMultiRecordWrites[P <: Property] extends Writes[TypedMultiRecord { type Prop <: P }]

    Permalink

    Created by johann on 31/05/17.

  13. class TypedRecordReads[P <: Property] extends Reads[TypedRecord { type Prop = P }]

    Permalink

    Created by johann on 31/05/17.

  14. class TypedRecordWrites[P <: Property] extends Writes[TypedRecord { type Prop <: P }]

    Permalink

    Created by johann on 31/05/17.

  15. class VertexReads[P <: RichProperty] extends Reads[Vertex { type Prop = P }]

    Permalink

    Created by johann on 31/05/17.

  16. class VertexWrites[P <: RichProperty] extends Writes[Vertex { type Prop <: P }]

    Permalink

    Created by johann on 31/05/17.

Value Members

  1. lazy val EdgeLabelFormat: StringFormat[EdgeLabel]

    Permalink
  2. lazy val KeyFormat: StringFormat[Key]

    Permalink
  3. lazy val PropertyFormat: Format[Property]

    Permalink
  4. lazy val TypeIdFormat: StringFormat[TypeId]

    Permalink
  5. package compact

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped