Package io.avaje.jex

Interface Routing.Entry

  • Enclosing interface:
    Routing

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

      • getPath

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

        Handler getHandler()
        Return the handler.
      • getRoles

        Set<Role> getRoles()
        Return the roles.