public static List getRequestMatcher(String[] urls) { return Arrays.stream(urls) .map(AntPathRequestMatcher::new) .collect(Collectors.toList()); }