utils/route_utils library

Functions

getImportList(List<RouterTable> tableList, Map<String, List<PureRouteInfo>> pureRouteMap, Map<String, List<InterceptorRouteInfo>> interceptorRouteMap) Set<String>
getInterceptorRouteRegister(List<InterceptorRouteInfo> interceptorRouteList) Set<String>
getPureRouteInstall(List<PureRouteInfo> pureRouteList) List<String>
getStaticFieldList(List<PureRouteInfo> pureRouteList, List<InterceptorRouteInfo> interceptorRouteList) Set<String>
path2Variant(String path) String
@author: YangLang @version: v1.0 @email: yanglang116@gmail.com