All Classes and Interfaces

Class
Description
 
 
Builder class for generating client models from Jandex index.
Utility methods for resolving GraphQL directives from annotated elements.
Represents an instance of a GraphQL directive, providing methods to build the directive string and convert the directive arguments to a string representation.
Represents a model for a Java (jandex) class field, providing information about the field's characteristics and associated directives.
An interface for elements that have a name and may be associated with GraphQL directives.
Represents a model for a GraphQL operation method, providing methods to generate GraphQL query fields, handle parameter bindings, and extract operation-related information.
Represents a model for a method parameter in GraphQL, providing information about the parameter's name, type, and associated directives.
A utility class for building GraphQL queries based on a given MethodInfo which will be scanned thanks to Jandex during build-time.
 
 
Represents a model for handling GraphQL types, including information about the underlying Jandex Type.