Uses of Class
org.glassfish.tyrus.core.uri.Match
-
Packages that use Match Package Description org.glassfish.tyrus.core.uri URI matching. -
-
Uses of Match in org.glassfish.tyrus.core.uri
Methods in org.glassfish.tyrus.core.uri that return types with arguments of type Match Modifier and Type Method Description static java.util.List<Match>
Match. getAllMatches(java.lang.String requestPath, java.util.Set<TyrusEndpointWrapper> endpoints, DebugContext debugContext)
Return a list of all endpoints with path matching the request path.
-