Packages

package scala

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Marshallable[CC <: Product] extends AnyRef
  2. class id extends Annotation with StaticAnnotation

    the id of the underlying graph element

    the id of the underlying graph element

    Annotations
    @getter() @beanGetter()
  3. class label extends Annotation with StaticAnnotation
  4. class nullable extends Annotation with StaticAnnotation

    annotate a non-option member with @nullable to allow null values.

    annotate a non-option member with @nullable to allow null values. by default this would throw an error on deserialization a.k.a. license to shoot yourself in the foot

    Annotations
    @getter() @beanGetter()
  5. class underlying extends Annotation with StaticAnnotation

    the underlying graph element, typically a vertex or edge

    the underlying graph element, typically a vertex or edge

    Annotations
    @getter() @beanGetter()

Value Members

  1. object Marshallable

Ungrouped