| 程序包 | 说明 |
|---|---|
| org.apache.shenyu.common.enums |
| 限定符和类型 | 方法和说明 |
|---|---|
static ParamTypeEnum |
ParamTypeEnum.getParamTypeEnumByName(java.lang.String name)
get param type enum by name.
|
static ParamTypeEnum |
ParamTypeEnum.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ParamTypeEnum[] |
ParamTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static java.util.List<ParamTypeEnum> |
ParamTypeEnum.acquireSupport()
acquire param type supports.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.