Uses of Interface
io.smallrye.graphql.client.model.helper.NamedElement
-
Packages that use NamedElement Package Description io.smallrye.graphql.client.model.helper -
-
Uses of NamedElement in io.smallrye.graphql.client.model.helper
Classes in io.smallrye.graphql.client.model.helper that implement NamedElement Modifier and Type Class Description classFieldModelRepresents a model for a Java (jandex) class field, providing information about the field's characteristics and associated directives.classOperationModelRepresents a model for a GraphQL operation method, providing methods to generate GraphQL query fields, handle parameter bindings, and extract operation-related information.classParameterModelRepresents a model for a method parameter in GraphQL, providing information about the parameter's name, type, and associated directives.
-