Uses of Enum Class
com.bytedesk.ai.springai.mcp_server.McpServerProtocolEnum
Packages that use McpServerProtocolEnum
-
Uses of McpServerProtocolEnum in com.bytedesk.ai.springai.mcp_server
Fields in com.bytedesk.ai.springai.mcp_server declared as McpServerProtocolEnumModifier and TypeFieldDescriptionprivate McpServerProtocolEnumMcpServerExcel.protocolprivate McpServerProtocolEnumMcpServerRequest.protocolprivate McpServerProtocolEnumMcpServerResponse.protocolMethods in com.bytedesk.ai.springai.mcp_server that return McpServerProtocolEnumModifier and TypeMethodDescriptionstatic McpServerProtocolEnumMcpServerProtocolEnum.fromString(String protocol) Get enum from string value (case insensitive)static McpServerProtocolEnumReturns the enum constant of this class with the specified name.static McpServerProtocolEnum[]McpServerProtocolEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.