Package org.jboss.resteasy.core.registry
Class MatchCache
java.lang.Object
org.jboss.resteasy.core.registry.MatchCache
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionjakarta.ws.rs.core.MediaType
- 
Constructor SummaryConstructorsModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protectedMatchCache(String pathExpression) Creates a new match cache with the path expression for the match.
- 
Method Summary
- 
Field Details- 
chosenpublic jakarta.ws.rs.core.MediaType chosen
- 
match
- 
invoker
 
- 
- 
Constructor Details- 
MatchCacheDeprecated, for removal: This API element is subject to removal in a future version.Use the MatchCache(String) constructor- See Also:
 
- 
MatchCacheCreates 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 the- SegmentNode.Match.expression
 
 
- 
- 
Method Details- 
pathExpressionReturns the path expression for this match.- Returns:
- the path expression
 
 
-