public class OpPathMatcher
extends java.lang.Object
| Constructor and Description |
|---|
OpPathMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchPath(java.lang.String opPath,
java.lang.String requestPath)
Matches operation path pattern with actual request path passed.
|
public boolean matchPath(java.lang.String opPath,
java.lang.String requestPath)
opPath - Operation path pattern retrieved from operation definition.requestPath - Actual request path.Copyright © 2021. All rights reserved.