Uses of Class
org.apache.shenyu.common.enums.ParamTypeEnum
-
Packages that use ParamTypeEnum Package Description org.apache.shenyu.common.enums -
-
Uses of ParamTypeEnum in org.apache.shenyu.common.enums
Methods in org.apache.shenyu.common.enums that return ParamTypeEnum Modifier and Type Method Description static ParamTypeEnumParamTypeEnum. getParamTypeEnumByName(java.lang.String name)get param type enum by name.static ParamTypeEnumParamTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParamTypeEnum[]ParamTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shenyu.common.enums that return types with arguments of type ParamTypeEnum Modifier and Type Method Description static java.util.List<ParamTypeEnum>ParamTypeEnum. acquireSupport()acquire param type supports.
-