Interface EditorLink.Builder.EditorStep

Enclosing interface:
EditorLink.Builder<R extends EntityEditor<R>>

public static interface EditorLink.Builder.EditorStep
The first step — binds the detail editor that the link will describe.
  • Method Details

    • editor

      <R extends EntityEditor<R>> EditorLink.Builder.ForeignKeyNameStep<R> editor(R editor)
      Type Parameters:
      R - the editor type
      Parameters:
      editor - the detail editor
      Returns:
      a builder step for choosing between a foreign-key based or named link