Class MatchCache
java.lang.Object
org.jboss.resteasy.core.registry.MatchCache
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionjakarta.ws.rs.core.MediaType
-
Constructor Summary
ModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protected
MatchCache
(String pathExpression) Creates a new match cache with the path expression for the match. -
Method Summary
-
Field Details
-
chosen
public jakarta.ws.rs.core.MediaType chosen -
match
-
invoker
-
-
Constructor Details
-
MatchCache
Deprecated, for removal: This API element is subject to removal in a future version.Use the MatchCache(String) constructor- See Also:
-
MatchCache
Creates a new match cache with the path expression for the match. The path expression is used in theUriInfo.getMatchedResourceTemplate()
.- Parameters:
pathExpression
- the path expression from theSegmentNode.Match.expression
-
-
Method Details
-
pathExpression
Returns the path expression for this match.- Returns:
- the path expression
-