| 程序包 | 说明 |
|---|---|
| org.tio.http.server.mvc |
| 限定符和类型 | 方法和说明 |
|---|---|
PathUnitVo[] |
VariablePathVo.getPathUnits()
对于/user/{userid},就是["user", "userid"]
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VariablePathVo.setPathUnits(PathUnitVo[] pathUnits)
对于/user/{userid},就是["user", "userid"]
|
| 构造器和说明 |
|---|
VariablePathVo(String path,
Method method,
PathUnitVo[] pathUnits) |
Copyright © 2022. All rights reserved.