| Package | Description |
|---|---|
| org.apache.shenyu.common.enums |
| Modifier and Type | Method and Description |
|---|---|
static RpcTypeEnum |
RpcTypeEnum.acquireByName(java.lang.String name)
acquireByName.
|
static RpcTypeEnum |
RpcTypeEnum.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.