Uses of Interface
org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath
Packages that use RestConsumerContextPathMatcher.ConsumerPath
Package
Description
Base classes that help to implement the camel API and are expected to be extended by the user
-
Uses of RestConsumerContextPathMatcher.ConsumerPath in org.apache.camel.support
Methods in org.apache.camel.support that return RestConsumerContextPathMatcher.ConsumerPathModifier and TypeMethodDescriptionstatic <T> RestConsumerContextPathMatcher.ConsumerPath<T>
RestConsumerContextPathMatcher.matchBestPath
(String requestMethod, String requestPath, List<RestConsumerContextPathMatcher.ConsumerPath<T>> consumerPaths) Finds the best matching of the list of consumer paths that should service the incoming request.Method parameters in org.apache.camel.support with type arguments of type RestConsumerContextPathMatcher.ConsumerPathModifier and TypeMethodDescriptionstatic <T> RestConsumerContextPathMatcher.ConsumerPath<T>
RestConsumerContextPathMatcher.matchBestPath
(String requestMethod, String requestPath, List<RestConsumerContextPathMatcher.ConsumerPath<T>> consumerPaths) Finds the best matching of the list of consumer paths that should service the incoming request.