| Package | Description |
|---|---|
| com.litongjava.controller |
| Modifier and Type | Method and Description |
|---|---|
PathUnitVo[] |
VariablePathVo.getPathUnits()
对于/user/{userid},就是["user", "userid"]
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariablePathVo.setPathUnits(PathUnitVo[] pathUnits)
对于/user/{userid},就是["user", "userid"]
|
| Constructor and Description |
|---|
VariablePathVo(String path,
Method method,
PathUnitVo[] pathUnits) |
Copyright © 2025. All rights reserved.