public class JaxRsPathParser
extends java.lang.Object
Path
に設定されたパス文字列を解析して、 PathRequirements
に変換するクラス。Constructor and Description |
---|
JaxRsPathParser() |
Modifier and Type | Method and Description |
---|---|
PathRequirements |
parse(java.lang.String jaxRsPath)
JAX-RS のパス文字列を解析して、
PathRequirements を返す。 |
public PathRequirements parse(java.lang.String jaxRsPath)
PathRequirements
を返す。jaxRsPath
- JAX-RS のパス文字列PathRequirements