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