Uses of Class
org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestMatch
Packages that use RequestMapper.RequestMatch
Package
Description
-
Uses of RequestMapper.RequestMatch in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core with parameters of type RequestMapper.RequestMatchModifier and TypeMethodDescriptionvoidResteasyReactiveRequestContext.setupInitialMatchAndRestart(RequestMapper.RequestMatch<RestInitialHandler.InitialMatch> initialMatch) -
Uses of RequestMapper.RequestMatch in org.jboss.resteasy.reactive.server.mapping
Methods in org.jboss.resteasy.reactive.server.mapping that return RequestMapper.RequestMatchModifier and TypeMethodDescriptionRequestMapper.continueMatching(String path, RequestMapper.RequestMatch<T> lastMatch) Continue matching for the next best path starting from the last match, meaning the least remaining path after match.Match the path to the UriTemplates.Methods in org.jboss.resteasy.reactive.server.mapping with parameters of type RequestMapper.RequestMatchModifier and TypeMethodDescriptionRequestMapper.continueMatching(String path, RequestMapper.RequestMatch<T> lastMatch) Continue matching for the next best path starting from the last match, meaning the least remaining path after match.