Uses of Enum Class
org.springframework.ai.mcp.server.common.autoconfigure.properties.McpServerProperties.ApiType
Packages that use McpServerProperties.ApiType
-
Uses of McpServerProperties.ApiType in org.springframework.ai.mcp.server.common.autoconfigure.properties
Methods in org.springframework.ai.mcp.server.common.autoconfigure.properties that return McpServerProperties.ApiTypeModifier and TypeMethodDescriptionMcpServerProperties.getType()static McpServerProperties.ApiTypeReturns the enum constant of this class with the specified name.static McpServerProperties.ApiType[]McpServerProperties.ApiType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.mcp.server.common.autoconfigure.properties with parameters of type McpServerProperties.ApiTypeModifier and TypeMethodDescriptionvoidMcpServerProperties.setType(McpServerProperties.ApiType serverType)