接口的使用
org.springframework.util.RouteMatcher.Route
使用RouteMatcher.Route的程序包 程序包 说明 org.springframework.messaging.handler.annotation.reactive Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.org.springframework.messaging.handler.invocation.reactive Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.org.springframework.messaging.rsocket.annotation.support Support classes for working with annotated RSocket stream handling methods.org.springframework.util Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.org.springframework.web.util.pattern Dedicated support for matching HTTP request paths.org.springframework.messaging.handler.annotation.reactive中RouteMatcher.Route的使用
返回RouteMatcher.Route的org.springframework.messaging.handler.annotation.reactive中的方法 修饰符和类型 方法 说明 protected RouteMatcher.RouteMessageMappingMessageHandler. getDestination(Message<?> message)org.springframework.messaging.handler.invocation.reactive中RouteMatcher.Route的使用
返回RouteMatcher.Route的org.springframework.messaging.handler.invocation.reactive中的方法 修饰符和类型 方法 说明 protected abstract RouteMatcher.RouteAbstractMethodMessageHandler. getDestination(Message<?> message)Extract the destination from the given message.参数类型为RouteMatcher.Route的org.springframework.messaging.handler.invocation.reactive中的方法 修饰符和类型 方法 说明 protected voidAbstractMethodMessageHandler. handleNoMatch(RouteMatcher.Route destination, Message<?> message)Invoked when no matching handler is found.org.springframework.messaging.rsocket.annotation.support中RouteMatcher.Route的使用
参数类型为RouteMatcher.Route的org.springframework.messaging.rsocket.annotation.support中的方法 修饰符和类型 方法 说明 protected voidRSocketMessageHandler. handleNoMatch(RouteMatcher.Route destination, Message<?> message)org.springframework.util中RouteMatcher.Route的使用
返回RouteMatcher.Route的org.springframework.util中的方法 修饰符和类型 方法 说明 RouteMatcher.RouteRouteMatcher. parseRoute(String routeValue)Return a parsed representation of the given route.RouteMatcher.RouteSimpleRouteMatcher. parseRoute(String route)参数类型为RouteMatcher.Route的org.springframework.util中的方法 修饰符和类型 方法 说明 Comparator<String>RouteMatcher. getPatternComparator(RouteMatcher.Route route)Given a route, return aComparatorsuitable for sorting patterns in order of explicitness for that route, so that more specific patterns come before more generic ones.Comparator<String>SimpleRouteMatcher. getPatternComparator(RouteMatcher.Route route)booleanRouteMatcher. match(String pattern, RouteMatcher.Route route)Match the given route against the given pattern.booleanSimpleRouteMatcher. match(String pattern, RouteMatcher.Route route)Map<String,String>RouteMatcher. matchAndExtract(String pattern, RouteMatcher.Route route)Match the pattern to the route and extract template variables.Map<String,String>SimpleRouteMatcher. matchAndExtract(String pattern, RouteMatcher.Route route)org.springframework.web.util.pattern中RouteMatcher.Route的使用
返回RouteMatcher.Route的org.springframework.web.util.pattern中的方法 修饰符和类型 方法 说明 RouteMatcher.RoutePathPatternRouteMatcher. parseRoute(String routeValue)参数类型为RouteMatcher.Route的org.springframework.web.util.pattern中的方法 修饰符和类型 方法 说明 Comparator<String>PathPatternRouteMatcher. getPatternComparator(RouteMatcher.Route route)booleanPathPatternRouteMatcher. match(String pattern, RouteMatcher.Route route)Map<String,String>PathPatternRouteMatcher. matchAndExtract(String pattern, RouteMatcher.Route route)