A B C D E F G H I J K L M N O P Q R S T U V 
All Classes All Packages

A

ADAPT_TO_SCALAR - Static variable in class io.smallrye.graphql.client.model.Annotations
 
ADAPT_WITH - Static variable in class io.smallrye.graphql.client.model.Annotations
 
Annotations - Class in io.smallrye.graphql.client.model
 
ARRAY_LIST - Static variable in class io.smallrye.graphql.client.model.Classes
 

B

bind(ParameterModel) - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Binds a GraphQL parameter for the specified ParameterModel.
BLOCKING - Static variable in class io.smallrye.graphql.client.model.Annotations
 
build() - Method in class io.smallrye.graphql.client.model.QueryBuilder
Builds and returns the GraphQL query string.
build(IndexView) - Static method in class io.smallrye.graphql.client.model.ClientModelBuilder
Builds the client models from the given Jandex index.
buildDirective() - Method in class io.smallrye.graphql.client.model.helper.DirectiveInstance
Builds the GraphQL directive string, including its name and arguments.

C

Classes - Class in io.smallrye.graphql.client.model
 
ClientModelBuilder - Class in io.smallrye.graphql.client.model
Builder class for generating client models from Jandex index.
COLLECTION - Static variable in class io.smallrye.graphql.client.model.Classes
 
containsKeyAndValidValue(DotName) - Method in class io.smallrye.graphql.client.model.Annotations
Check if there is an annotation and it has a valid value
containsOneOfTheseAnnotations(DotName...) - Method in class io.smallrye.graphql.client.model.Annotations
Check if one of these annotations is present
containsOneOfTheseInheritableAnnotations(DotName...) - Method in class io.smallrye.graphql.client.model.Annotations
 

D

DATAFETCHER - Static variable in class io.smallrye.graphql.client.model.Annotations
 
DATE_FORMAT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
declare(ParameterModel) - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Declares a GraphQL parameter for the specified ParameterModel.
DEFAULT_NON_NULL - Static variable in class io.smallrye.graphql.client.model.Annotations
 
DEFAULT_VALUE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
DEQUE - Static variable in class io.smallrye.graphql.client.model.Classes
 
DESCRIPTION - Static variable in class io.smallrye.graphql.client.model.Annotations
 
DIRECTIVE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
DirectiveHelper - Class in io.smallrye.graphql.client.model.helper
Utility methods for resolving GraphQL directives from annotated elements.
DirectiveHelper() - Constructor for class io.smallrye.graphql.client.model.helper.DirectiveHelper
 
DirectiveInstance - Class in io.smallrye.graphql.client.model.helper
Represents an instance of a GraphQL directive, providing methods to build the directive string and convert the directive arguments to a string representation.

E

ENUM - Static variable in class io.smallrye.graphql.client.model.Annotations
 
ERROR_CODE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
ERROR_OR - Static variable in class io.smallrye.graphql.client.model.Classes
 

F

field(FieldModel) - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Generates the GraphQL representation of a field based on the provided FieldModel.
FieldModel - Class in io.smallrye.graphql.client.model.helper
Represents a model for a Java (jandex) class field, providing information about the field's characteristics and associated directives.
fields() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves a stream of FieldModel instances representing the fields of the type.
fields(TypeModel) - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Generates GraphQL query fields for the specified TypeModel.

G

getAlias() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
If the field is renamed with a Name annotation, the real field name is used as an alias.
getAnnotationNames() - Method in class io.smallrye.graphql.client.model.Annotations
 
getAnnotationsForArgument(MethodInfo, short) - Static method in class io.smallrye.graphql.client.model.Annotations
Used when we are creating operation and arguments for these operations
getAnnotationsForArray(Type, Type) - Static method in class io.smallrye.graphql.client.model.Annotations
Get used when creating arrays.
getAnnotationsForClass(ClassInfo) - Static method in class io.smallrye.graphql.client.model.Annotations
Get used when we create types and references to them
getAnnotationsForMethod(MethodInfo) - Static method in class io.smallrye.graphql.client.model.Annotations
Get used when creating operations.
getAnnotationValue(DotName) - Method in class io.smallrye.graphql.client.model.Annotations
Get a specific annotation
getAnnotationValue(DotName, String) - Method in class io.smallrye.graphql.client.model.Annotations
Get a specific annotation
getArrayElementType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the element type for an array type.
getClassAnnotation(DotName) - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the annotation instance for a specific annotation on the class.
getCollectionElementType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the element type for collections.
getDirectiveLocation() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
 
getDirectiveLocation() - Method in interface io.smallrye.graphql.client.model.helper.NamedElement
Gets the location of directives associated with this NamedElement.
getDirectiveLocation() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
 
getDirectiveLocation() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
 
getDirectives() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
Gets the list of directive instances associated with the field.
getDirectives() - Method in interface io.smallrye.graphql.client.model.helper.NamedElement
Gets the list of directives associated with the NamedElement.
getDirectives() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
 
getDirectives() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
 
getFirstRawType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the first raw type.
getIndex() - Static method in class io.smallrye.graphql.client.model.ScanningContext
 
getItemTypeOrElementType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the item type for collections or arrays.
getItemTypes() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves a stream of TypeModel instances representing the parameters of parametrized type.
getMapKeyType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the key type of map type.
getMapValueType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the value type of map type.
getMethodKey() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Gets the key for identifying the GraphQL operation method.
getName() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
 
getName() - Method in interface io.smallrye.graphql.client.model.helper.NamedElement
Gets the name of the NamedElement, considering any Name annotation if present.
getName() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
 
getName() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
 
getName() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the full name of the type, considering parameters for generics.
getNestedParameterNames() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
Gets the names of nested parameters if the parameter is a nested parameter.
getOneOfTheseAnnotations(DotName...) - Method in class io.smallrye.graphql.client.model.Annotations
Get on of these annotations
getOneOfTheseAnnotationsValue(DotName...) - Method in class io.smallrye.graphql.client.model.Annotations
This go through a list of annotations and find the first one that has a valid value.
getOneOfTheseMethodAnnotationsValue(DotName...) - Method in class io.smallrye.graphql.client.model.Annotations
This go through a list of method annotations and find the first one that has a valid value.
getOneOfTheseMethodParameterAnnotationsValue(DotName...) - Method in class io.smallrye.graphql.client.model.Annotations
This go through a list of method parameter annotations and find the first one that has a valid value.
getOperationType() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Gets the operation type of the GraphQL operation.
getOperationTypeAsString() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Gets the string representation of the operation type (query, mutation, or subscription).
getRawName() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
 
getRawName() - Method in interface io.smallrye.graphql.client.model.helper.NamedElement
Gets the raw (original) name of the NamedElement.
getRawName() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
 
getRawName() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
 
getReturnType() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Gets the return type of the GraphQL operation.
getScalar(String) - Static method in class io.smallrye.graphql.client.model.Scalars
 
getSimpleName() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves the simple name of the type.
getType() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
Gets the type model associated with the field.
GRAPHQL_CLIENT_API - Static variable in class io.smallrye.graphql.client.model.Annotations
 
graphQlInputTypeName() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
Gets the GraphQL input type name for the parameter.

H

hasAnnotation(DotName) - Method in class io.smallrye.graphql.client.model.helper.FieldModel
Checks if the field has a specific annotation.
hasClassAnnotation(DotName) - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the class represented by this TypeModel has a specific annotation.
hasDirectives() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
Checks if the field has any associated directives.
hasDirectives() - Method in interface io.smallrye.graphql.client.model.helper.NamedElement
Checks if the NamedElement has associated directives.
hasDirectives() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
 
hasDirectives() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
 
HASH_MAP - Static variable in class io.smallrye.graphql.client.model.Classes
 
HASH_SET - Static variable in class io.smallrye.graphql.client.model.Classes
 
HASHTABLE - Static variable in class io.smallrye.graphql.client.model.Classes
 
hasRootParameters() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Checks if the GraphQL operation has root-level parameters.
hasValueParameters() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Checks if the GraphQL operation has value parameters.

I

ID - Static variable in class io.smallrye.graphql.client.model.Annotations
 
IGNORE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
INPUT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
INTERFACE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
io.smallrye.graphql.client.model - package io.smallrye.graphql.client.model
 
io.smallrye.graphql.client.model.helper - package io.smallrye.graphql.client.model.helper
 
isArray() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is an array.
isArray(Type) - Static method in class io.smallrye.graphql.client.model.Classes
Return true if this is an array
isAsync() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is an asynchronous type.
isAsync(Type) - Static method in class io.smallrye.graphql.client.model.Classes
 
isClass(Type) - Static method in class io.smallrye.graphql.client.model.Classes
 
isClassType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a class type (simple class, parametrized, or Object).
isCollection() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a collection.
isCollection(Type) - Static method in class io.smallrye.graphql.client.model.Classes
Return true if type is java Collection type which is handled as GraphQL array
isCollectionOrArray() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves whether the type is a collection or array.
isCustomParametrizedType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a custom user-made parametrized type, excluding certain standard types.
isEnum() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is an enum.
isEnum(Type) - Static method in class io.smallrye.graphql.client.model.Classes
 
isErrorOr() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a parametrized ErrorOr.
isJsonBAnnotation(AnnotationInstance) - Static method in class io.smallrye.graphql.client.model.Annotations
 
isMap() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves whether the type represents a map.
isMap(Type) - Static method in class io.smallrye.graphql.client.model.Classes
Return true if type is java Map or its implementations (KNOWN_MAPS)
isMulti(Type) - Static method in class io.smallrye.graphql.client.model.Classes
 
isNestedParameter() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
Checks if the parameter is a nested parameter.
isNonNull() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is non-null (primitive or annotated with Annotations.NON_NULL or Annotations.JAKARTA_NON_NULL).
isOptional() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a parametrized Optional.
isOptional(Type) - Static method in class io.smallrye.graphql.client.model.Classes
Check if a certain type is Optional
isParameterized(Type) - Static method in class io.smallrye.graphql.client.model.Classes
 
isParametrized() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is parametrized.
isPrimitive() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Retrieves whether the type represents a primitive.
isPrimitive(Type) - Static method in class io.smallrye.graphql.client.model.Classes
 
isRootParameter() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
Checks if the parameter is a root parameter (neither header nor nested parameter).
isScalar() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a scalar (string, number, etc.).
isScalar(String) - Static method in class io.smallrye.graphql.client.model.Scalars
 
isSimpleClassType() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a simple class type (not the primitive type).
isSingle() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Checks if the GraphQL operation returns a single result (one GraphQL operation).
isStatic() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
Checks if the field is static.
isStringScalar(String) - Static method in class io.smallrye.graphql.client.model.Scalars
 
isSynthetic() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
Checks if the field is synthetic.
isTransient() - Method in class io.smallrye.graphql.client.model.helper.FieldModel
Checks if the field is transient.
isTypesafeResponse() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a parametrized TypesafeResponse.
isTypeVariable() - Method in class io.smallrye.graphql.client.model.helper.TypeModel
Checks if the type is a type variable.
isTypeVariable(Type) - Static method in class io.smallrye.graphql.client.model.Classes
 
isUni(Type) - Static method in class io.smallrye.graphql.client.model.Classes
 
isValueParameter() - Method in class io.smallrye.graphql.client.model.helper.ParameterModel
Checks if the parameter is a value parameter, either a root or nested parameter.

J

JACKSON_CREATOR - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JACKSON_FORMAT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JACKSON_IGNORE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JACKSON_PROPERTY - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_BEAN_VALIDATION_NOT_BLANK - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_BEAN_VALIDATION_NOT_EMPTY - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_BEAN_VALIDATION_NOT_NULL - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_JSONB - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_JSONB_CREATOR - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_JSONB_DATE_FORMAT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_JSONB_NUMBER_FORMAT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_JSONB_PROPERTY - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_JSONB_TRANSIENT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_JSONB_TYPE_ADAPTER - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAKARTA_NON_NULL - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_BEAN_VALIDATION_NOT_BLANK - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_BEAN_VALIDATION_NOT_EMPTY - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_BEAN_VALIDATION_NOT_NULL - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_JSONB - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_JSONB_CREATOR - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_JSONB_DATE_FORMAT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_JSONB_NUMBER_FORMAT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_JSONB_PROPERTY - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_JSONB_TRANSIENT - Static variable in class io.smallrye.graphql.client.model.Annotations
 
JAVAX_JSONB_TYPE_ADAPTER - Static variable in class io.smallrye.graphql.client.model.Annotations
 

K

KOTLIN_METADATA - Static variable in class io.smallrye.graphql.client.model.Annotations
 
KOTLIN_NOT_NULL - Static variable in class io.smallrye.graphql.client.model.Annotations
 

L

LINKED_LIST - Static variable in class io.smallrye.graphql.client.model.Classes
 
LIST - Static variable in class io.smallrye.graphql.client.model.Classes
 

M

MAP - Static variable in class io.smallrye.graphql.client.model.Classes
 
MULTIPLE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
MUTATION - Static variable in class io.smallrye.graphql.client.model.Annotations
 
mutationName() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Gets the name of the GraphQL mutation, considering any Mutation annotation.

N

NAME - Static variable in class io.smallrye.graphql.client.model.Annotations
 
NamedElement - Interface in io.smallrye.graphql.client.model.helper
An interface for elements that have a name and may be associated with GraphQL directives.
NESTED_PARAMETER - Static variable in class io.smallrye.graphql.client.model.Annotations
 
nestedExpressionPrefix() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Retrieves the prefix for nested expressions in GraphQL queries.
nestedParameters(String) - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Retrieves the list of parameters representing nested parameters for the GraphQL operation.
NON_BLOCKING - Static variable in class io.smallrye.graphql.client.model.Annotations
 
NON_NULL - Static variable in class io.smallrye.graphql.client.model.Annotations
 
NULLABLE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
NUMBER_FORMAT - Static variable in class io.smallrye.graphql.client.model.Annotations
 

O

OBJECT - Static variable in class io.smallrye.graphql.client.model.Classes
 
of(AnnotationInstance) - Static method in class io.smallrye.graphql.client.model.helper.DirectiveInstance
Creates and returns a new DirectiveInstance based on the provided Jandex AnnotationInstance.
of(FieldInfo) - Static method in class io.smallrye.graphql.client.model.helper.FieldModel
Creates and returns a new FieldModel instance based on the provided field information and raw type.
of(MethodInfo) - Static method in class io.smallrye.graphql.client.model.helper.OperationModel
Creates and returns a new OperationModel instance based on the provided Jandex MethodInfo.
of(MethodParameterInfo) - Static method in class io.smallrye.graphql.client.model.helper.ParameterModel
Creates and returns a new ParameterModel instance based on the provided Jandex MethodParameterInfo.
of(Type) - Static method in class io.smallrye.graphql.client.model.helper.TypeModel
Factory method to create a TypeModel from a Jandex Type.
OperationModel - Class in io.smallrye.graphql.client.model.helper
Represents a model for a GraphQL operation method, providing methods to generate GraphQL query fields, handle parameter bindings, and extract operation-related information.
OPTIONAL - Static variable in class io.smallrye.graphql.client.model.Classes
 

P

ParameterModel - Class in io.smallrye.graphql.client.model.helper
Represents a model for a method parameter in GraphQL, providing information about the parameter's name, type, and associated directives.
parentAnnotations - Variable in class io.smallrye.graphql.client.model.Annotations
 

Q

QUERY - Static variable in class io.smallrye.graphql.client.model.Annotations
 
QueryBuilder - Class in io.smallrye.graphql.client.model
A utility class for building GraphQL queries based on a given MethodInfo which will be scanned thanks to Jandex during build-time.
QueryBuilder(MethodInfo) - Constructor for class io.smallrye.graphql.client.model.QueryBuilder
Constructs a new QueryBuilder instance for the specified MethodInfo.
queryName() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Gets the name of the GraphQL operation, considering any Query or Name annotations.
QUEUE - Static variable in class io.smallrye.graphql.client.model.Classes
 

R

recursionCheckedFields(TypeModel) - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Generates GraphQL query fields for the specified TypeModel with recursion checking.
register(IndexView) - Static method in class io.smallrye.graphql.client.model.ScanningContext
 
remove() - Static method in class io.smallrye.graphql.client.model.ScanningContext
 
removeAnnotations(DotName...) - Method in class io.smallrye.graphql.client.model.Annotations
 
REPEATABLE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
resolve(DotName) - Method in class io.smallrye.graphql.client.model.Annotations
Get a stream of that annotation, maybe empty if not present, maybe a stream of one, or maybe several, if it's repeatable.
resolveDirectives(Stream<AnnotationInstance>, String) - Static method in class io.smallrye.graphql.client.model.helper.DirectiveHelper
Resolves GraphQL directives from a stream of annotation instances based on the given directive location.
resolveDirectives(Stream<AnnotationInstance>, String, AnnotationTarget.Kind) - Static method in class io.smallrye.graphql.client.model.helper.DirectiveHelper
Resolves GraphQL directives from a stream of annotation instances based on the given directive location and target kind.
rootParameters() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Retrieves the list of parameters representing the root-level parameters for the GraphQL operation.

S

Scalars - Class in io.smallrye.graphql.client.model
 
ScanningContext - Class in io.smallrye.graphql.client.model
 
SET - Static variable in class io.smallrye.graphql.client.model.Classes
 
SORTED_MAP - Static variable in class io.smallrye.graphql.client.model.Classes
 
SORTED_SET - Static variable in class io.smallrye.graphql.client.model.Classes
 
SOURCE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
STACK - Static variable in class io.smallrye.graphql.client.model.Classes
 
SUBCRIPTION - Static variable in class io.smallrye.graphql.client.model.Annotations
 
subscriptionName() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Gets the name of the GraphQL subscription, considering any io.smallrye.graphql.api.Subscription annotation.

T

TO_SCALAR - Static variable in class io.smallrye.graphql.client.model.Annotations
 
toString() - Method in class io.smallrye.graphql.client.model.Annotations
 
toString() - Method in class io.smallrye.graphql.client.model.helper.DirectiveInstance
 
TREE_MAP - Static variable in class io.smallrye.graphql.client.model.Classes
 
TREE_SET - Static variable in class io.smallrye.graphql.client.model.Classes
 
TYPE - Static variable in class io.smallrye.graphql.client.model.Annotations
 
TypeModel - Class in io.smallrye.graphql.client.model.helper
Represents a model for handling GraphQL types, including information about the underlying Jandex Type.
TYPESAFE_RESPONSE - Static variable in class io.smallrye.graphql.client.model.Classes
 

U

UNION - Static variable in class io.smallrye.graphql.client.model.Annotations
 

V

valueParameters() - Method in class io.smallrye.graphql.client.model.helper.OperationModel
Retrieves the list of parameters representing the values for the GraphQL operation.
VECTOR - Static variable in class io.smallrye.graphql.client.model.Classes
 
A B C D E F G H I J K L M N O P Q R S T U V 
All Classes All Packages