Uses of Class
io.quarkus.devui.spi.buildtime.jsonrpc.AbstractJsonRpcMethod.Parameter
Packages that use AbstractJsonRpcMethod.Parameter
-
Uses of AbstractJsonRpcMethod.Parameter in io.quarkus.devui.spi.buildtime.jsonrpc
Methods in io.quarkus.devui.spi.buildtime.jsonrpc that return types with arguments of type AbstractJsonRpcMethod.ParameterMethod parameters in io.quarkus.devui.spi.buildtime.jsonrpc with type arguments of type AbstractJsonRpcMethod.ParameterModifier and TypeMethodDescriptionvoidAbstractJsonRpcMethod.setParameters(Map<String, AbstractJsonRpcMethod.Parameter> parameters) Constructor parameters in io.quarkus.devui.spi.buildtime.jsonrpc with type arguments of type AbstractJsonRpcMethod.ParameterModifierConstructorDescriptionAbstractJsonRpcMethod(String methodName, String description, Map<String, AbstractJsonRpcMethod.Parameter> parameters, EnumSet<io.quarkus.runtime.annotations.Usage> usage, boolean mcpEnabledByDefault) DeploymentJsonRpcMethod(String methodName, String description, Map<String, AbstractJsonRpcMethod.Parameter> parameters, EnumSet<io.quarkus.runtime.annotations.Usage> usage, boolean mcpEnabledByDefault, BiFunction<Object, Map<String, String>, ?> assistantAction) DeploymentJsonRpcMethod(String methodName, String description, Map<String, AbstractJsonRpcMethod.Parameter> parameters, EnumSet<io.quarkus.runtime.annotations.Usage> usage, boolean mcpEnabledByDefault, Function<Map<String, String>, ?> action) RuntimeJsonRpcMethod(String methodName, String description, Map<String, AbstractJsonRpcMethod.Parameter> parameters, EnumSet<io.quarkus.runtime.annotations.Usage> usage, boolean mcpEnabledByDefault, Class<?> bean, boolean blocking, boolean nonBlocking)