Package io.avaje.jex
Interface Routing.Entry
-
- Enclosing interface:
- Routing
public static interface Routing.EntryA routing entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlergetHandler()Return the handler.StringgetPath()Return the full path of the entry.Set<Role>getRoles()Return the roles.Routing.TypegetType()Return the type of entry.
-
-
-
Method Detail
-
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.
-
-