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

A

adaptTo(AdaptTo) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
AdaptTo - Class in io.smallrye.graphql.schema.model
Indicate that a field should adapt to another type At the moment this is used to adapt existing scalars to other scalars or custom objects to existing scalars.
AdaptTo() - Constructor for class io.smallrye.graphql.schema.model.AdaptTo
 
AdaptTo(Reference) - Constructor for class io.smallrye.graphql.schema.model.AdaptTo
 
adaptWith(AdaptWith) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
AdaptWith - Class in io.smallrye.graphql.schema.model
Indicate that a field apply a custom adapter, adapting from one type to another This can be a JsonbTypeAdapter
AdaptWith() - Constructor for class io.smallrye.graphql.schema.model.AdaptWith
 
AdaptWith(String, String, String) - Constructor for class io.smallrye.graphql.schema.model.AdaptWith
 
AdaptWith(String, String, String, String, Reference, Reference) - Constructor for class io.smallrye.graphql.schema.model.AdaptWith
 
addArgument(Argument) - Method in class io.smallrye.graphql.schema.model.Operation
 
addArgumentType(DirectiveArgument) - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
addBatchOperation(Operation) - Method in class io.smallrye.graphql.schema.model.Type
 
addCreatorParameter(Field) - Method in class io.smallrye.graphql.schema.model.InputType
 
addDirectiveInstance(DirectiveInstance) - Method in class io.smallrye.graphql.schema.model.Reference
 
addDirectiveInstances(List<DirectiveInstance>) - Method in class io.smallrye.graphql.schema.model.Field
 
addDirectiveType(DirectiveType) - Method in class io.smallrye.graphql.schema.model.Schema
 
addEnum(EnumType) - Method in class io.smallrye.graphql.schema.model.Schema
 
addError(ErrorInfo) - Method in class io.smallrye.graphql.schema.model.Schema
 
addField(Field) - Method in class io.smallrye.graphql.schema.model.InputType
 
addField(Field) - Method in class io.smallrye.graphql.schema.model.Type
 
addFieldDataFetcher(String, String) - Method in class io.smallrye.graphql.schema.model.Schema
 
addGroupedMutation(Group, Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addGroupedQuery(Group, Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addGroupedSubscription(Group, Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addInput(InputType) - Method in class io.smallrye.graphql.schema.model.Schema
 
addInterface(Reference) - Method in class io.smallrye.graphql.schema.model.Type
 
addInterface(Type) - Method in class io.smallrye.graphql.schema.model.Schema
 
addMutation(Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addOperation(Operation) - Method in class io.smallrye.graphql.schema.model.Type
 
addParametrizedTypeNameExtension(boolean) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
addQuery(Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addSubscription(Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addType(Type) - Method in class io.smallrye.graphql.schema.model.Schema
 
addUnion(Reference) - Method in class io.smallrye.graphql.schema.model.Type
 
addUnion(UnionType) - Method in class io.smallrye.graphql.schema.model.Schema
 
addValue(EnumValue) - Method in class io.smallrye.graphql.schema.model.EnumType
 
addWrappedDataFetcher(String, String) - Method in class io.smallrye.graphql.schema.model.Schema
 
Argument - Class in io.smallrye.graphql.schema.model
Represent an argument that is used on operations.
Argument() - Constructor for class io.smallrye.graphql.schema.model.Argument
 
Argument(String, String, String, String, Reference) - Constructor for class io.smallrye.graphql.schema.model.Argument
 
argumentNames() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
argumentType(String) - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
argumentTypesAsMap() - Method in class io.smallrye.graphql.schema.model.DirectiveType
Helper 'getter' methods, but DON'T add 'get' into their names, otherwise it breaks Quarkus bytecode recording, because they would be detected as actual property getters while they are actually not
ARRAY - io.smallrye.graphql.schema.model.WrapperType
 

B

BLOCKING - io.smallrye.graphql.schema.model.Execute
 
build() - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
Builder() - Constructor for class io.smallrye.graphql.schema.model.Reference.Builder
 

C

className(String) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
classParametrizedTypes(Map<String, Reference>) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
COLLECTION - io.smallrye.graphql.schema.model.WrapperType
 
containsEnum(String) - Method in class io.smallrye.graphql.schema.model.Schema
 
containsError(String) - Method in class io.smallrye.graphql.schema.model.Schema
 
containsInput(String) - Method in class io.smallrye.graphql.schema.model.Schema
 
containsInterface(String) - Method in class io.smallrye.graphql.schema.model.Schema
 
containsType(String) - Method in class io.smallrye.graphql.schema.model.Schema
 
containsUnion(String) - Method in class io.smallrye.graphql.schema.model.Schema
 

D

DATE - io.smallrye.graphql.schema.model.Transformation.Type
 
DEFAULT - io.smallrye.graphql.schema.model.Execute
 
DirectiveArgument - Class in io.smallrye.graphql.schema.model
 
DirectiveArgument() - Constructor for class io.smallrye.graphql.schema.model.DirectiveArgument
 
DirectiveInstance - Class in io.smallrye.graphql.schema.model
A built-in or custom directive applied to some location.
DirectiveInstance() - Constructor for class io.smallrye.graphql.schema.model.DirectiveInstance
 
directiveInstances(List<DirectiveInstance>) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
DirectiveType - Class in io.smallrye.graphql.schema.model
A custom directive in the Schema, i.e.
DirectiveType() - Constructor for class io.smallrye.graphql.schema.model.DirectiveType
 

E

ENUM - io.smallrye.graphql.schema.model.ReferenceType
 
EnumType - Class in io.smallrye.graphql.schema.model
Represent an enum type in the Schema.
EnumType() - Constructor for class io.smallrye.graphql.schema.model.EnumType
 
EnumType(String, String, String) - Constructor for class io.smallrye.graphql.schema.model.EnumType
 
EnumValue - Class in io.smallrye.graphql.schema.model
Represents one of an enum's values.
EnumValue() - Constructor for class io.smallrye.graphql.schema.model.EnumValue
 
EnumValue(String, String) - Constructor for class io.smallrye.graphql.schema.model.EnumValue
 
equals(Object) - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
equals(Object) - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
equals(Object) - Method in class io.smallrye.graphql.schema.model.Field
 
equals(Object) - Method in class io.smallrye.graphql.schema.model.Group
 
equals(Object) - Method in class io.smallrye.graphql.schema.model.Reference
 
equals(Object) - Method in class io.smallrye.graphql.schema.model.Transformation
 
equals(Object) - Method in class io.smallrye.graphql.schema.model.Wrapper
 
ErrorInfo - Class in io.smallrye.graphql.schema.model
Represent info on a Exception.
ErrorInfo() - Constructor for class io.smallrye.graphql.schema.model.ErrorInfo
 
ErrorInfo(String, String) - Constructor for class io.smallrye.graphql.schema.model.ErrorInfo
 
Execute - Enum in io.smallrye.graphql.schema.model
Execution type

F

Field - Class in io.smallrye.graphql.schema.model
Represent a property on a complex type (Type/Input/Interface) For fields that can take arguments, see Operation.
Field() - Constructor for class io.smallrye.graphql.schema.model.Field
 
Field(String, String, String, Reference) - Constructor for class io.smallrye.graphql.schema.model.Field
 

G

getAdapterClass() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
getAdapterInterface() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
getAdaptTo() - Method in class io.smallrye.graphql.schema.model.Field
 
getAdaptTo() - Method in class io.smallrye.graphql.schema.model.Reference
 
getAdaptWith() - Method in class io.smallrye.graphql.schema.model.Field
 
getAdaptWith() - Method in class io.smallrye.graphql.schema.model.Reference
 
getArguments() - Method in class io.smallrye.graphql.schema.model.Operation
 
getArgumentTypes() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
getBatchOperations() - Method in class io.smallrye.graphql.schema.model.Schema
 
getBatchOperations() - Method in class io.smallrye.graphql.schema.model.Type
 
getBigDecimalScalar() - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getBigIntegerScalar() - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getClassName() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
getClassName() - Method in class io.smallrye.graphql.schema.model.ErrorInfo
 
getClassName() - Method in class io.smallrye.graphql.schema.model.Operation
 
getClassName() - Method in class io.smallrye.graphql.schema.model.Reference
This represent the Java Class Name
getClassParametrizedType(String) - Method in class io.smallrye.graphql.schema.model.Reference
 
getClassParametrizedTypes() - Method in class io.smallrye.graphql.schema.model.Reference
 
getCreatorParameters() - Method in class io.smallrye.graphql.schema.model.InputType
 
getDefaultValue() - Method in class io.smallrye.graphql.schema.model.Field
 
getDescription() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
getDescription() - Method in class io.smallrye.graphql.schema.model.EnumType
 
getDescription() - Method in class io.smallrye.graphql.schema.model.EnumValue
 
getDescription() - Method in class io.smallrye.graphql.schema.model.Field
 
getDescription() - Method in class io.smallrye.graphql.schema.model.Group
 
getDescription() - Method in class io.smallrye.graphql.schema.model.InputType
 
getDescription() - Method in class io.smallrye.graphql.schema.model.Type
 
getDescription() - Method in class io.smallrye.graphql.schema.model.UnionType
 
getDeserializeMethod() - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
getDirectiveInstances() - Method in class io.smallrye.graphql.schema.model.Field
 
getDirectiveInstances() - Method in class io.smallrye.graphql.schema.model.Reference
 
getDirectiveTypes() - Method in class io.smallrye.graphql.schema.model.Schema
 
getEnums() - Method in class io.smallrye.graphql.schema.model.Schema
 
getErrorCode() - Method in class io.smallrye.graphql.schema.model.ErrorInfo
 
getErrors() - Method in class io.smallrye.graphql.schema.model.Schema
 
getExecute() - Method in class io.smallrye.graphql.schema.model.Operation
 
getFieldDataFetchers() - Method in class io.smallrye.graphql.schema.model.Schema
 
getFields() - Method in class io.smallrye.graphql.schema.model.InputType
 
getFields() - Method in class io.smallrye.graphql.schema.model.Type
 
getFormat() - Method in class io.smallrye.graphql.schema.model.Transformation
 
getFormattedScalar(String) - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getFromMethod() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
getFromReference() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
getGraphQLClassName() - Method in class io.smallrye.graphql.schema.model.Reference
The class into which this reference can be converted, which can be handled by graphql For example, String for Dates or formatted Numbers, BigInteger for long and BigInteger.
getGroupedMutations() - Method in class io.smallrye.graphql.schema.model.Schema
 
getGroupedQueries() - Method in class io.smallrye.graphql.schema.model.Schema
 
getGroupedSubscriptions() - Method in class io.smallrye.graphql.schema.model.Schema
 
getIDScalar(String) - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getInputs() - Method in class io.smallrye.graphql.schema.model.Schema
 
getInterfaces() - Method in class io.smallrye.graphql.schema.model.Schema
 
getInterfaces() - Method in class io.smallrye.graphql.schema.model.Type
 
getIntScalar() - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getLocale() - Method in class io.smallrye.graphql.schema.model.Transformation
 
getLocations() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
getMethodArgumentName() - Method in class io.smallrye.graphql.schema.model.Argument
 
getMethodName() - Method in class io.smallrye.graphql.schema.model.Field
 
getMutations() - Method in class io.smallrye.graphql.schema.model.Schema
 
getName() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
getName() - Method in class io.smallrye.graphql.schema.model.Field
 
getName() - Method in class io.smallrye.graphql.schema.model.Group
 
getName() - Method in class io.smallrye.graphql.schema.model.Reference
This represents the GraphQL Name
getOperations() - Method in class io.smallrye.graphql.schema.model.Type
 
getOperationType() - Method in class io.smallrye.graphql.schema.model.Operation
 
getPropertyName() - Method in class io.smallrye.graphql.schema.model.Field
 
getQueries() - Method in class io.smallrye.graphql.schema.model.Schema
 
getReference() - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
getReference() - Method in class io.smallrye.graphql.schema.model.Field
 
getScalar(String) - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getSerializeMethod() - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
getSourceFieldOn() - Method in class io.smallrye.graphql.schema.model.Operation
 
getStringScalar() - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getSubscriptions() - Method in class io.smallrye.graphql.schema.model.Schema
 
getToMethod() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
getToReference() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
getTransformation() - Method in class io.smallrye.graphql.schema.model.Field
 
getType() - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
getType() - Method in class io.smallrye.graphql.schema.model.Reference
This represent the GraphQL Type
getType() - Method in class io.smallrye.graphql.schema.model.Transformation
 
getTypes() - Method in class io.smallrye.graphql.schema.model.Schema
 
getUnionMemberships() - Method in class io.smallrye.graphql.schema.model.Type
 
getUnions() - Method in class io.smallrye.graphql.schema.model.Schema
 
getValue() - Method in class io.smallrye.graphql.schema.model.EnumValue
 
getValue(String) - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
getValues() - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
getValues() - Method in class io.smallrye.graphql.schema.model.EnumType
 
getWrappedDataFetchers() - Method in class io.smallrye.graphql.schema.model.Schema
 
getWrapper() - Method in class io.smallrye.graphql.schema.model.Field
 
getWrapper() - Method in class io.smallrye.graphql.schema.model.Reference
 
getWrapper() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
getWrapperClassName() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
getWrapperType() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
graphQLClassName(String) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
Group - Class in io.smallrye.graphql.schema.model
Allow grouping of queries and mutations.
Group() - Constructor for class io.smallrye.graphql.schema.model.Group
 
Group(String, String) - Constructor for class io.smallrye.graphql.schema.model.Group
 

H

hasArguments() - Method in class io.smallrye.graphql.schema.model.Operation
 
hasBatchOperation(String) - Method in class io.smallrye.graphql.schema.model.Type
 
hasBatchOperations() - Method in class io.smallrye.graphql.schema.model.Type
 
hasClassParameterizedTypes() - Method in class io.smallrye.graphql.schema.model.Reference
 
hasDefaultValue() - Method in class io.smallrye.graphql.schema.model.Field
 
hasDirectiveInstances() - Method in class io.smallrye.graphql.schema.model.Field
 
hasDirectiveInstances() - Method in class io.smallrye.graphql.schema.model.Reference
 
hasDirectiveTypes() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasEnums() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasErrors() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasField(String) - Method in class io.smallrye.graphql.schema.model.InputType
 
hasField(String) - Method in class io.smallrye.graphql.schema.model.Type
 
hasFieldDataFetchers() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasFields() - Method in class io.smallrye.graphql.schema.model.InputType
 
hasFields() - Method in class io.smallrye.graphql.schema.model.Type
 
hasGroupedMutations() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasGroupedQueries() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasGroupedSubscriptions() - Method in class io.smallrye.graphql.schema.model.Schema
 
hashCode() - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
hashCode() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
hashCode() - Method in class io.smallrye.graphql.schema.model.Field
 
hashCode() - Method in class io.smallrye.graphql.schema.model.Group
 
hashCode() - Method in class io.smallrye.graphql.schema.model.Reference
 
hashCode() - Method in class io.smallrye.graphql.schema.model.Transformation
 
hashCode() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
hasInputs() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasInterfaces() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasInterfaces() - Method in class io.smallrye.graphql.schema.model.Type
 
hasMutations() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasOperation(String) - Method in class io.smallrye.graphql.schema.model.Type
 
hasOperations() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasOperations() - Method in class io.smallrye.graphql.schema.model.Type
 
hasQueries() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasSubscriptions() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasTransformation() - Method in class io.smallrye.graphql.schema.model.Field
 
hasTypes() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasUnionMemberships() - Method in class io.smallrye.graphql.schema.model.Type
 
hasUnions() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasValues() - Method in class io.smallrye.graphql.schema.model.EnumType
 
hasWrappedDataFetchers() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasWrapper() - Method in class io.smallrye.graphql.schema.model.Field
 
hasWrapper() - Method in class io.smallrye.graphql.schema.model.Reference
 
hasWrapper() - Method in class io.smallrye.graphql.schema.model.Wrapper
 

I

INPUT - io.smallrye.graphql.schema.model.ReferenceType
 
InputType - Class in io.smallrye.graphql.schema.model
Represent a GraphQL Input Type.
InputType() - Constructor for class io.smallrye.graphql.schema.model.InputType
 
InputType(String, String, String) - Constructor for class io.smallrye.graphql.schema.model.InputType
 
INTERFACE - io.smallrye.graphql.schema.model.ReferenceType
 
io.smallrye.graphql.schema.model - package io.smallrye.graphql.schema.model
 
isAdaptingTo() - Method in class io.smallrye.graphql.schema.model.Field
 
isAdaptingTo() - Method in class io.smallrye.graphql.schema.model.Reference
 
isAdaptingWith() - Method in class io.smallrye.graphql.schema.model.Field
 
isAdaptingWith() - Method in class io.smallrye.graphql.schema.model.Reference
 
isAddParametrizedTypeNameExtension() - Method in class io.smallrye.graphql.schema.model.Reference
 
isArray() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
isCollection() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
isCollectionOrArrayOrMap() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
isInterface() - Method in class io.smallrye.graphql.schema.model.Type
 
isJsonB() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
isJsonB() - Method in class io.smallrye.graphql.schema.model.Transformation
 
isMap() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
isMemberOfUnion(Reference) - Method in class io.smallrye.graphql.schema.model.Type
 
isNotEmpty() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
isNotNull() - Method in class io.smallrye.graphql.schema.model.Field
 
isOptional() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
isRepeatable() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
isScalar(String) - Static method in class io.smallrye.graphql.schema.model.Scalars
 
isSourceArgument() - Method in class io.smallrye.graphql.schema.model.Argument
 
isSourceField() - Method in class io.smallrye.graphql.schema.model.Operation
 
isUnknown() - Method in class io.smallrye.graphql.schema.model.Wrapper
 

M

MAP - io.smallrye.graphql.schema.model.WrapperType
 
MUTATION - io.smallrye.graphql.schema.model.OperationType
 

N

name(String) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
NON_BLOCKING - io.smallrye.graphql.schema.model.Execute
 
NUMBER - io.smallrye.graphql.schema.model.Transformation.Type
 

O

Operation - Class in io.smallrye.graphql.schema.model
Represent an operation on a Query or Mutation, or an operation on a Type in the case of a Source annotation.
Operation() - Constructor for class io.smallrye.graphql.schema.model.Operation
 
Operation(String, String, String, String, Reference, OperationType, Execute) - Constructor for class io.smallrye.graphql.schema.model.Operation
 
OperationType - Enum in io.smallrye.graphql.schema.model
To indicate the type of operation
OPTIONAL - io.smallrye.graphql.schema.model.WrapperType
 

Q

QUERY - io.smallrye.graphql.schema.model.OperationType
 

R

reference(Reference) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
Reference - Class in io.smallrye.graphql.schema.model
Represents a reference to some other type (type/input/enum/interface) This so that, as we are scanning, we can refer to a type that might not exist yet.
Reference() - Constructor for class io.smallrye.graphql.schema.model.Reference
 
Reference(String, String, ReferenceType) - Constructor for class io.smallrye.graphql.schema.model.Reference
 
Reference.Builder - Class in io.smallrye.graphql.schema.model
 
ReferenceType - Enum in io.smallrye.graphql.schema.model
Type of reference Because we refer to types before they might exist, we need an indication of the type

S

SCALAR - io.smallrye.graphql.schema.model.ReferenceType
 
Scalars - Class in io.smallrye.graphql.schema.model
Here we keep all the scalars we know about
Schema - Class in io.smallrye.graphql.schema.model
Represents a GraphQL Schema.
Schema() - Constructor for class io.smallrye.graphql.schema.model.Schema
 
setAdapterClass(String) - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
setAdapterInterface(String) - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
setAdaptTo(AdaptTo) - Method in class io.smallrye.graphql.schema.model.Field
 
setAdaptTo(AdaptTo) - Method in class io.smallrye.graphql.schema.model.Reference
 
setAdaptWith(AdaptWith) - Method in class io.smallrye.graphql.schema.model.Field
 
setAdaptWith(AdaptWith) - Method in class io.smallrye.graphql.schema.model.Reference
 
setAddParametrizedTypeNameExtension(boolean) - Method in class io.smallrye.graphql.schema.model.Reference
 
setArguments(List<Argument>) - Method in class io.smallrye.graphql.schema.model.Operation
 
setArgumentTypes(List<DirectiveArgument>) - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
setBatchOperations(Map<String, Operation>) - Method in class io.smallrye.graphql.schema.model.Type
 
setClassName(String) - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
setClassName(String) - Method in class io.smallrye.graphql.schema.model.ErrorInfo
 
setClassName(String) - Method in class io.smallrye.graphql.schema.model.Operation
 
setClassName(String) - Method in class io.smallrye.graphql.schema.model.Reference
 
setClassParametrizedTypes(Map<String, Reference>) - Method in class io.smallrye.graphql.schema.model.Reference
 
setCreatorParameters(List<Field>) - Method in class io.smallrye.graphql.schema.model.InputType
 
setDefaultValue(String) - Method in class io.smallrye.graphql.schema.model.Field
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.EnumType
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.EnumValue
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.Field
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.Group
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.InputType
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.Type
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.UnionType
 
setDeserializeMethod(String) - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
setDirectiveInstances(List<DirectiveInstance>) - Method in class io.smallrye.graphql.schema.model.Field
 
setDirectiveInstances(List<DirectiveInstance>) - Method in class io.smallrye.graphql.schema.model.Reference
 
setDirectiveTypes(List<DirectiveType>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setEnums(Map<String, EnumType>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setErrorCode(String) - Method in class io.smallrye.graphql.schema.model.ErrorInfo
 
setErrors(Map<String, ErrorInfo>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setExecute(Execute) - Method in class io.smallrye.graphql.schema.model.Operation
 
setFieldDataFetchers(Map<String, String>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setFields(Map<String, Field>) - Method in class io.smallrye.graphql.schema.model.InputType
 
setFields(Map<String, Field>) - Method in class io.smallrye.graphql.schema.model.Type
 
setFormat(String) - Method in class io.smallrye.graphql.schema.model.Transformation
 
setFromMethod(String) - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
setFromReference(Reference) - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
setGraphQLClassName(String) - Method in class io.smallrye.graphql.schema.model.Reference
 
setGroupedMutations(Map<Group, Set<Operation>>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setGroupedQueries(Map<Group, Set<Operation>>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setGroupedSubscriptions(Map<Group, Set<Operation>>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setInputs(Map<String, InputType>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setInterfaces(Map<String, Type>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setInterfaces(Set<Reference>) - Method in class io.smallrye.graphql.schema.model.Type
 
setIsInterface(boolean) - Method in class io.smallrye.graphql.schema.model.Type
 
setJsonB(boolean) - Method in class io.smallrye.graphql.schema.model.Transformation
 
setLocale(String) - Method in class io.smallrye.graphql.schema.model.Transformation
 
setLocations(Set<String>) - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
setMethodArgumentName(String) - Method in class io.smallrye.graphql.schema.model.Argument
 
setMethodName(String) - Method in class io.smallrye.graphql.schema.model.Field
 
setMutations(Set<Operation>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setName(String) - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
setName(String) - Method in class io.smallrye.graphql.schema.model.Field
 
setName(String) - Method in class io.smallrye.graphql.schema.model.Group
 
setName(String) - Method in class io.smallrye.graphql.schema.model.Reference
 
setNotEmpty(boolean) - Method in class io.smallrye.graphql.schema.model.Wrapper
 
setNotNull(boolean) - Method in class io.smallrye.graphql.schema.model.Field
 
setOperations(Map<String, Operation>) - Method in class io.smallrye.graphql.schema.model.Type
 
setOperationType(OperationType) - Method in class io.smallrye.graphql.schema.model.Operation
 
setPropertyName(String) - Method in class io.smallrye.graphql.schema.model.Field
 
setQueries(Set<Operation>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setReference(Reference) - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
setReference(Reference) - Method in class io.smallrye.graphql.schema.model.Field
 
setRepeatable(boolean) - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
setSerializeMethod(String) - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
setSourceArgument(boolean) - Method in class io.smallrye.graphql.schema.model.Argument
 
setSourceFieldOn(Reference) - Method in class io.smallrye.graphql.schema.model.Operation
 
setSubscriptions(Set<Operation>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setToMethod(String) - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
setToReference(Reference) - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
setTransformation(Transformation) - Method in class io.smallrye.graphql.schema.model.Field
 
setType(DirectiveType) - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
setType(ReferenceType) - Method in class io.smallrye.graphql.schema.model.Reference
 
setType(Transformation.Type) - Method in class io.smallrye.graphql.schema.model.Transformation
 
setTypes(Map<String, Type>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setUnions(Map<String, UnionType>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setValue(String) - Method in class io.smallrye.graphql.schema.model.EnumValue
 
setValue(String, Object) - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
setValues(Map<String, Object>) - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
setValues(Set<EnumValue>) - Method in class io.smallrye.graphql.schema.model.EnumType
 
setWrappedDataFetchers(Map<String, String>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setWrapper(Wrapper) - Method in class io.smallrye.graphql.schema.model.Field
 
setWrapper(Wrapper) - Method in class io.smallrye.graphql.schema.model.Reference
 
setWrapper(Wrapper) - Method in class io.smallrye.graphql.schema.model.Wrapper
 
setWrapperClassName(String) - Method in class io.smallrye.graphql.schema.model.Wrapper
 
setWrapperType(WrapperType) - Method in class io.smallrye.graphql.schema.model.Wrapper
 
SUBSCRIPTION - io.smallrye.graphql.schema.model.OperationType
 

T

toString() - Method in class io.smallrye.graphql.schema.model.AdaptTo
 
toString() - Method in class io.smallrye.graphql.schema.model.AdaptWith
 
toString() - Method in class io.smallrye.graphql.schema.model.Argument
 
toString() - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
toString() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
toString() - Method in class io.smallrye.graphql.schema.model.EnumType
 
toString() - Method in class io.smallrye.graphql.schema.model.EnumValue
 
toString() - Method in class io.smallrye.graphql.schema.model.ErrorInfo
 
toString() - Method in class io.smallrye.graphql.schema.model.Field
 
toString() - Method in class io.smallrye.graphql.schema.model.Group
 
toString() - Method in class io.smallrye.graphql.schema.model.InputType
 
toString() - Method in class io.smallrye.graphql.schema.model.Operation
 
toString() - Method in class io.smallrye.graphql.schema.model.Reference
 
toString() - Method in class io.smallrye.graphql.schema.model.Schema
 
toString() - Method in class io.smallrye.graphql.schema.model.Transformation
 
toString() - Method in class io.smallrye.graphql.schema.model.Type
 
toString() - Method in class io.smallrye.graphql.schema.model.UnionType
 
toString() - Method in class io.smallrye.graphql.schema.model.Wrapper
 
Transformation - Class in io.smallrye.graphql.schema.model
Indicate that a field should apply transformation At the moment this is only on number and date scalars.
Transformation() - Constructor for class io.smallrye.graphql.schema.model.Transformation
 
Transformation(Transformation.Type, String, String, boolean) - Constructor for class io.smallrye.graphql.schema.model.Transformation
 
Transformation.Type - Enum in io.smallrye.graphql.schema.model
 
type(ReferenceType) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
Type - Class in io.smallrye.graphql.schema.model
Represent a GraphQL Type.
Type() - Constructor for class io.smallrye.graphql.schema.model.Type
 
Type(String, String, String) - Constructor for class io.smallrye.graphql.schema.model.Type
 
TYPE - io.smallrye.graphql.schema.model.ReferenceType
 

U

UNION - io.smallrye.graphql.schema.model.ReferenceType
 
UnionType - Class in io.smallrye.graphql.schema.model
 
UnionType(String, String, String) - Constructor for class io.smallrye.graphql.schema.model.UnionType
 
UNKNOWN - io.smallrye.graphql.schema.model.WrapperType
 

V

valueOf(String) - Static method in enum io.smallrye.graphql.schema.model.Execute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.graphql.schema.model.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.graphql.schema.model.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.graphql.schema.model.Transformation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.graphql.schema.model.WrapperType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.smallrye.graphql.schema.model.Execute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.graphql.schema.model.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.graphql.schema.model.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.graphql.schema.model.Transformation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.graphql.schema.model.WrapperType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapper(Wrapper) - Method in class io.smallrye.graphql.schema.model.Reference.Builder
 
Wrapper - Class in io.smallrye.graphql.schema.model
If the type is wrapped in a generics bucket or in an array, keep the info here.
Wrapper() - Constructor for class io.smallrye.graphql.schema.model.Wrapper
 
Wrapper(WrapperType, String) - Constructor for class io.smallrye.graphql.schema.model.Wrapper
 
Wrapper(WrapperType, String, boolean) - Constructor for class io.smallrye.graphql.schema.model.Wrapper
 
WrapperType - Enum in io.smallrye.graphql.schema.model
Represent an wrapper type in the Schema.
A B C D E F G H I M N O Q R S T U V W 
All Classes All Packages