Packages

package help

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Doc extends Annotation
    Annotations
    @Retention()
  2. trait DocSearchPackages extends AnyRef

    defines where we should search for @Traversal/@TraversalSource/@Doc annotations

  3. case class Table(columnNames: Iterable[String], rows: Iterable[Iterable[String]]) extends Product with Serializable
  4. trait Traversal extends Annotation
    Annotations
    @Retention() @Target()
  5. class TraversalHelp extends AnyRef

    Searches classpath for @Traversal|@TraversalSource and @Doc annotations (via reflection).

    Searches classpath for @Traversal|@TraversalSource and @Doc annotations (via reflection). Used for .help step. There are two use cases for this, which require slightly different implementations 1) myDomain.help - for the node starter steps 2) myDomain.someNodeType.help - for steps that are available a specific node type

    For use case 2, we also take into account all parent traits of a node type, recursively. I.e. if SomeNodeType has a base type SomeBaseType, and there are steps defined for Traversal[SomeBaseType], we will include those in the results.

  6. trait TraversalSource extends Annotation
    Annotations
    @Retention() @Target()

Value Members

  1. object DocFinder
  2. object DocSearchPackages
  3. object TraversalHelp

Ungrouped