Uses of Class
org.apache.shenyu.common.enums.RpcTypeEnum
-
Packages that use RpcTypeEnum Package Description org.apache.shenyu.common.enums -
-
Uses of RpcTypeEnum in org.apache.shenyu.common.enums
Methods in org.apache.shenyu.common.enums that return RpcTypeEnum Modifier and Type Method Description static RpcTypeEnumRpcTypeEnum. acquireByName(java.lang.String name)acquireByName.static RpcTypeEnumRpcTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RpcTypeEnum[]RpcTypeEnum. 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 RpcTypeEnum Modifier and Type Method Description static java.util.List<RpcTypeEnum>RpcTypeEnum. acquireSupportMetadatas()acquire operator support Metadata RPC type.static java.util.List<RpcTypeEnum>RpcTypeEnum. acquireSupports()acquire operator supports.static java.util.List<RpcTypeEnum>RpcTypeEnum. acquireSupportSwaggers()acquire operator support swagger type.static java.util.List<RpcTypeEnum>RpcTypeEnum. acquireSupportURIs()acquire operator support URI RPC type.
-