| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.net.http.jaxrs |
| 限定符和类型 | 字段和说明 |
|---|---|
static PathPattern |
PathPattern.EMPTY_PATTERN
Empty path pattern matching only empty string.
|
static PathPattern |
PathPattern.END_OF_PATH_PATTERN
Path pattern matching the end of a URI path.
|
static PathPattern |
PathPattern.OPEN_ROOT_PATH_PATTERN
Path pattern matching the any URI path.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static Comparator<PathPattern> |
PathPattern.COMPARATOR
Path pattern comparator that defers to
comparing
the templates associated with the patterns. |
| 限定符和类型 | 方法和说明 |
|---|---|
static PathPattern |
PathPattern.asClosed(PathPattern pattern)
Return a new path pattern with a same path template but
a
closed right hand path. |
| 限定符和类型 | 方法和说明 |
|---|---|
static PathPattern |
PathPattern.asClosed(PathPattern pattern)
Return a new path pattern with a same path template but
a
closed right hand path. |
Copyright © 2021. All rights reserved.