Package

gremlin

scala

Permalink

package scala

Visibility
  1. Public
  2. All

Type Members

  1. trait Marshallable[CC <: Product] extends AnyRef

    Permalink
  2. class id extends Annotation with StaticAnnotation

    Permalink

    the id of the underlying graph element

    the id of the underlying graph element

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

    Permalink
  4. class nullable extends Annotation with StaticAnnotation

    Permalink

    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

    Permalink

    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

    Permalink

Ungrouped