Class MatchCache

java.lang.Object
org.jboss.resteasy.core.registry.MatchCache

public class MatchCache extends Object
  • Field Details

  • Constructor Details

    • MatchCache

      @Deprecated(forRemoval=true, since="7.0") public MatchCache()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use the MatchCache(String) constructor
      See Also:
    • MatchCache

      protected MatchCache(String pathExpression)
      Creates a new match cache with the path expression for the match. The path expression is used in the UriInfo.getMatchedResourceTemplate().
      Parameters:
      pathExpression - the path expression from the SegmentNode.Match.expression
  • Method Details

    • pathExpression

      protected String pathExpression()
      Returns the path expression for this match.
      Returns:
      the path expression