Example usage for org.springframework.util RouteMatcher interface-usage

List of usage examples for org.springframework.util RouteMatcher interface-usage

Introduction

In this page you can find the example usage for org.springframework.util RouteMatcher interface-usage.

Usage

From source file io.jmnarloch.spring.cloud.zuul.matcher.TrieRouteMatcher.java

/**
 * A Trie based {@link RouteMatcher}.
 *
 * @author Jakub Narloch
 */
public class TrieRouteMatcher implements RouteMatcher {