Uses of Class
io.smallrye.graphql.client.model.helper.ParameterModel
-
Packages that use ParameterModel Package Description io.smallrye.graphql.client.model.helper -
-
Uses of ParameterModel in io.smallrye.graphql.client.model.helper
Methods in io.smallrye.graphql.client.model.helper that return ParameterModel Modifier and Type Method Description static 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 ParameterModel Modifier and Type Method Description List<ParameterModel>OperationModel. nestedParameters(String path)Retrieves the list of parameters representing nested parameters for the GraphQL operation.List<ParameterModel>OperationModel. rootParameters()Retrieves the list of parameters representing the root-level parameters for the GraphQL operation.List<ParameterModel>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 ParameterModel Modifier and Type Method Description StringOperationModel. bind(ParameterModel parameter)Binds a GraphQL parameter for the specifiedParameterModel.StringOperationModel. declare(ParameterModel parameter)Declares a GraphQL parameter for the specifiedParameterModel.
-