Module io.avaje.jex
Package io.avaje.jex

Interface Routing.Entry

Enclosing interface:
Routing

public static interface Routing.Entry
A routing entry.
  • Method Details

    • getType

      Routing.Type getType()
      Return the type of entry.
    • getPath

      String getPath()
      Return the full path of the entry.
    • getHandler

      Handler getHandler()
      Return the handler.
    • getRoles

      Set<Role> getRoles()
      Return the roles.