Uses of Record Class
dev.relism.flash.ext.routeviewer.model.RouteRecord
Packages that use RouteRecord
-
Uses of RouteRecord in dev.relism.flash.ext.routeviewer.model
Methods in dev.relism.flash.ext.routeviewer.model that return RouteRecordModifier and TypeMethodDescriptionstatic RouteRecordRouteRecord.from(RouteEvent event) Builds aRouteRecordfrom a rawRouteEvent.Methods in dev.relism.flash.ext.routeviewer.model that return types with arguments of type RouteRecordModifier and TypeMethodDescriptionRouterNode.routes()Returns the value of theroutesrecord component.Constructor parameters in dev.relism.flash.ext.routeviewer.model with type arguments of type RouteRecordModifierConstructorDescriptionRouterNode(String namespace, String routerType, List<RouteRecord> routes) Creates an instance of aRouterNoderecord class.