Skip navigation links
A C E F G H I M O R S T V 

A

addArgument(Argument) - Method in class io.smallrye.graphql.schema.model.Operation
 
addBatchOperation(Operation) - Method in class io.smallrye.graphql.schema.model.Type
 
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.InterfaceType
 
addField(Field) - Method in class io.smallrye.graphql.schema.model.Type
 
addGroupedMutation(Group, Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addGroupedQuery(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.InterfaceType
 
addInterface(InterfaceType) - Method in class io.smallrye.graphql.schema.model.Schema
 
addInterface(Reference) - Method in class io.smallrye.graphql.schema.model.Type
 
addMutation(Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addOperation(Operation) - Method in class io.smallrye.graphql.schema.model.Type
 
addQuery(Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addType(Type) - Method in class io.smallrye.graphql.schema.model.Schema
 
addValue(String) - Method in class io.smallrye.graphql.schema.model.EnumType
 
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, String, Reference) - Constructor for class io.smallrye.graphql.schema.model.Argument
 
Array - Class in io.smallrye.graphql.schema.model
Indicate that a Field or Argument is a collection.
Array() - Constructor for class io.smallrye.graphql.schema.model.Array
 
Array(String, Array.Type, int) - Constructor for class io.smallrye.graphql.schema.model.Array
 
Array.Type - Enum in io.smallrye.graphql.schema.model
 

C

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
 

E

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
 
equals(Object) - Method in class io.smallrye.graphql.schema.model.Group
 
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
 

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, String, Reference) - Constructor for class io.smallrye.graphql.schema.model.Field
 

G

getArguments() - Method in class io.smallrye.graphql.schema.model.Operation
 
getArray() - Method in class io.smallrye.graphql.schema.model.Field
 
getBatchOperations() - Method in class io.smallrye.graphql.schema.model.Type
 
getClassName() - Method in class io.smallrye.graphql.schema.model.Array
 
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
getContainingType() - Method in class io.smallrye.graphql.schema.model.Operation
 
getCreate() - Method in class io.smallrye.graphql.schema.model.MappingInfo
 
getDefaultValue() - Method in class io.smallrye.graphql.schema.model.Field
 
getDepth() - Method in class io.smallrye.graphql.schema.model.Array
 
getDescription() - Method in class io.smallrye.graphql.schema.model.EnumType
 
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.InterfaceType
 
getDescription() - Method in class io.smallrye.graphql.schema.model.Type
 
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
 
getFields() - Method in class io.smallrye.graphql.schema.model.InputType
 
getFields() - Method in class io.smallrye.graphql.schema.model.InterfaceType
 
getFields() - Method in class io.smallrye.graphql.schema.model.Type
 
getFormat() - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
getFormattedScalar(String) - Static method in class io.smallrye.graphql.schema.model.Scalars
 
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
 
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.InterfaceType
 
getInterfaces() - Method in class io.smallrye.graphql.schema.model.Schema
 
getInterfaces() - Method in class io.smallrye.graphql.schema.model.Type
 
getLocale() - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
getMappingInfo() - Method in class io.smallrye.graphql.schema.model.Field
 
getMappingInfo() - Method in class io.smallrye.graphql.schema.model.Reference
 
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.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
 
getParametrizedTypeArguments() - Method in class io.smallrye.graphql.schema.model.Reference
 
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.Field
 
getReference() - Method in class io.smallrye.graphql.schema.model.MappingInfo
 
getScalar(String) - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getTransformInfo() - Method in class io.smallrye.graphql.schema.model.Field
 
getType() - Method in class io.smallrye.graphql.schema.model.Array
 
getType() - Method in class io.smallrye.graphql.schema.model.Reference
This represent the GraphQL Type
getType() - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
getTypes() - Method in class io.smallrye.graphql.schema.model.Schema
 
getValues() - Method in class io.smallrye.graphql.schema.model.EnumType
 
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
 
hasArray() - Method in class io.smallrye.graphql.schema.model.Field
 
hasBatchOperation(String) - Method in class io.smallrye.graphql.schema.model.Type
 
hasBatchOperations() - Method in class io.smallrye.graphql.schema.model.Type
 
hasDefaultValue() - Method in class io.smallrye.graphql.schema.model.Field
 
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.InterfaceType
 
hasField(String) - Method in class io.smallrye.graphql.schema.model.Type
 
hasFields() - Method in class io.smallrye.graphql.schema.model.InputType
 
hasFields() - Method in class io.smallrye.graphql.schema.model.InterfaceType
 
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
 
hashCode() - Method in class io.smallrye.graphql.schema.model.Group
 
hasInputs() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasInterfaces() - Method in class io.smallrye.graphql.schema.model.InterfaceType
 
hasInterfaces() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasInterfaces() - Method in class io.smallrye.graphql.schema.model.Type
 
hasMappingInfo() - Method in class io.smallrye.graphql.schema.model.Field
 
hasMappingInfo() - Method in class io.smallrye.graphql.schema.model.Reference
 
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
 
hasTransformInfo() - Method in class io.smallrye.graphql.schema.model.Field
 
hasTypes() - Method in class io.smallrye.graphql.schema.model.Schema
 
hasValues() - Method in class io.smallrye.graphql.schema.model.EnumType
 

I

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
 
InterfaceType - Class in io.smallrye.graphql.schema.model
Represents a Interface in GraphQL.
InterfaceType() - Constructor for class io.smallrye.graphql.schema.model.InterfaceType
 
InterfaceType(String, String, String) - Constructor for class io.smallrye.graphql.schema.model.InterfaceType
 
io.smallrye.graphql.schema.model - package io.smallrye.graphql.schema.model
 
isAddParametrizedTypeNameExtension() - Method in class io.smallrye.graphql.schema.model.Reference
 
isAsync() - Method in class io.smallrye.graphql.schema.model.Operation
 
isJsonB() - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
isNotEmpty() - Method in class io.smallrye.graphql.schema.model.Array
 
isNotNull() - Method in class io.smallrye.graphql.schema.model.Field
 
isScalar(String) - Static method in class io.smallrye.graphql.schema.model.Scalars
 
isSourceArgument() - Method in class io.smallrye.graphql.schema.model.Argument
 

M

MappingInfo - Class in io.smallrye.graphql.schema.model
Indicate that a field should apply map type At the moment this is used to map existing scalars to other scalars or custom objects to existing scalars.
MappingInfo() - Constructor for class io.smallrye.graphql.schema.model.MappingInfo
 
MappingInfo(Reference) - Constructor for class io.smallrye.graphql.schema.model.MappingInfo
 
MappingInfo.Create - Enum in io.smallrye.graphql.schema.model
Indicate how an instance of the mapped object can be created

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, String, Reference, OperationType) - Constructor for class io.smallrye.graphql.schema.model.Operation
 
OperationType - Enum in io.smallrye.graphql.schema.model
To indicate the type of operation

R

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 All types extends this.
Reference() - Constructor for class io.smallrye.graphql.schema.model.Reference
 
Reference(String, String, ReferenceType, String, Map<String, Reference>, boolean) - Constructor for class io.smallrye.graphql.schema.model.Reference
 
Reference(String, String, ReferenceType, String) - Constructor for class io.smallrye.graphql.schema.model.Reference
 
Reference(String, String, ReferenceType, String, Map<String, Reference>, boolean, MappingInfo) - Constructor for class io.smallrye.graphql.schema.model.Reference
 
Reference(String, String, ReferenceType) - Constructor for class io.smallrye.graphql.schema.model.Reference
 
Reference(String, String, ReferenceType, Map<String, Reference>, boolean) - Constructor for class io.smallrye.graphql.schema.model.Reference
 
Reference(Reference) - Constructor for class io.smallrye.graphql.schema.model.Reference
 
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

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
 
setAddParametrizedTypeNameExtension(boolean) - Method in class io.smallrye.graphql.schema.model.Reference
 
setArguments(List<Argument>) - Method in class io.smallrye.graphql.schema.model.Operation
 
setArray(Array) - Method in class io.smallrye.graphql.schema.model.Field
 
setAsync(boolean) - Method in class io.smallrye.graphql.schema.model.Operation
 
setBatchOperations(Map<String, Operation>) - Method in class io.smallrye.graphql.schema.model.Type
 
setClassName(String) - Method in class io.smallrye.graphql.schema.model.Array
 
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
 
setContainingType(Reference) - Method in class io.smallrye.graphql.schema.model.Operation
 
setCreate(MappingInfo.Create) - Method in class io.smallrye.graphql.schema.model.MappingInfo
 
setDefaultValue(String) - Method in class io.smallrye.graphql.schema.model.Field
 
setDepth(int) - Method in class io.smallrye.graphql.schema.model.Array
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.EnumType
 
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.InterfaceType
 
setDescription(String) - Method in class io.smallrye.graphql.schema.model.Type
 
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
 
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.InterfaceType
 
setFields(Map<String, Field>) - Method in class io.smallrye.graphql.schema.model.Type
 
setFormat(String) - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
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
 
setInputs(Map<String, InputType>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setInterfaces(Set<Reference>) - Method in class io.smallrye.graphql.schema.model.InterfaceType
 
setInterfaces(Map<String, InterfaceType>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setInterfaces(Set<Reference>) - Method in class io.smallrye.graphql.schema.model.Type
 
setJsonB(boolean) - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
setLocale(String) - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
setMappingInfo(MappingInfo) - Method in class io.smallrye.graphql.schema.model.Field
 
setMappingInfo(MappingInfo) - Method in class io.smallrye.graphql.schema.model.Reference
 
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.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.Array
 
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
 
setParametrizedTypeArguments(Map<String, Reference>) - Method in class io.smallrye.graphql.schema.model.Reference
 
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.Field
 
setReference(Reference) - Method in class io.smallrye.graphql.schema.model.MappingInfo
 
setSourceArgument(boolean) - Method in class io.smallrye.graphql.schema.model.Argument
 
setTransformInfo(TransformInfo) - Method in class io.smallrye.graphql.schema.model.Field
 
setType(Array.Type) - Method in class io.smallrye.graphql.schema.model.Array
 
setType(ReferenceType) - Method in class io.smallrye.graphql.schema.model.Reference
 
setType(TransformInfo.Type) - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
setTypes(Map<String, Type>) - Method in class io.smallrye.graphql.schema.model.Schema
 
setValues(Set<String>) - Method in class io.smallrye.graphql.schema.model.EnumType
 

T

toString() - Method in class io.smallrye.graphql.schema.model.Reference
 
TransformInfo - 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.
TransformInfo() - Constructor for class io.smallrye.graphql.schema.model.TransformInfo
 
TransformInfo(TransformInfo.Type, String, String, boolean) - Constructor for class io.smallrye.graphql.schema.model.TransformInfo
 
TransformInfo.Type - Enum in io.smallrye.graphql.schema.model
 
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
 

V

valueOf(String) - Static method in enum io.smallrye.graphql.schema.model.Array.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.graphql.schema.model.MappingInfo.Create
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.TransformInfo.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.smallrye.graphql.schema.model.Array.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.MappingInfo.Create
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.TransformInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G H I M O R S T V 
Skip navigation links

Copyright © 2018–2020. All rights reserved.