Uses of Class
io.smallrye.graphql.client.model.helper.ParameterModel
Packages that use ParameterModel
-
Uses of ParameterModel in io.smallrye.graphql.client.model.helper
Methods in io.smallrye.graphql.client.model.helper that return ParameterModelModifier and TypeMethodDescriptionstatic ParameterModelParameterModel.of(org.jboss.jandex.MethodParameterInfo parameter) Creates and returns a newParameterModelinstance based on the provided JandexMethodParameterInfo.Methods in io.smallrye.graphql.client.model.helper that return types with arguments of type ParameterModelModifier and TypeMethodDescriptionOperationModel.nestedParameters(String path) Retrieves the list of parameters representing nested parameters for the GraphQL operation.OperationModel.rootParameters()Retrieves the list of parameters representing the root-level parameters for the GraphQL operation.OperationModel.valueParameters()Retrieves the list of parameters representing the values for the GraphQL operation.Methods in io.smallrye.graphql.client.model.helper with parameters of type ParameterModelModifier and TypeMethodDescriptionOperationModel.bind(ParameterModel parameter) Binds a GraphQL parameter for the specifiedParameterModel.OperationModel.declare(ParameterModel parameter) Declares a GraphQL parameter for the specifiedParameterModel.