Uses of Record Class
org.diabetestechnology.drh.service.http.hub.prime.route.RoutesTree.Route
Packages that use RoutesTree.Route
- 
Uses of RoutesTree.Route in org.diabetestechnology.drh.service.http.hub.prime.routeMethods in org.diabetestechnology.drh.service.http.hub.prime.route that return types with arguments of type RoutesTree.RouteModifier and TypeMethodDescriptionRoutesTree.HtmlAnchor.route()Returns the value of therouterecord component.Methods in org.diabetestechnology.drh.service.http.hub.prime.route with parameters of type RoutesTree.RouteModifier and TypeMethodDescriptionRoutesTree.Builder.addRoute(RoutesTree.Route route) RoutesTree.RouteComponentsSupplier.components(RoutesTree.Route payload) Constructor parameters in org.diabetestechnology.drh.service.http.hub.prime.route with type arguments of type RoutesTree.RouteModifierConstructorDescriptionHtmlAnchor(Optional<RoutesTree.Route> route, Optional<String> href, String text) Creates an instance of aHtmlAnchorrecord class.