Uses of Enum Class
org.wildfly.extension.mcp.injection.tool.McpFeatureMetadata.Kind
Packages that use McpFeatureMetadata.Kind
-
Uses of McpFeatureMetadata.Kind in org.wildfly.extension.mcp.injection.tool
Methods in org.wildfly.extension.mcp.injection.tool that return McpFeatureMetadata.KindModifier and TypeMethodDescriptionMcpFeatureMetadata.kind()Returns the value of thekindrecord component.static McpFeatureMetadata.KindReturns the enum constant of this class with the specified name.static McpFeatureMetadata.Kind[]McpFeatureMetadata.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wildfly.extension.mcp.injection.tool with parameters of type McpFeatureMetadata.KindModifierConstructorDescriptionMcpFeatureMetadata(McpFeatureMetadata.Kind kind, String name, MethodMetadata method) Creates an instance of aMcpFeatureMetadatarecord class.