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

A

addArgument(Argument) - Method in class io.smallrye.graphql.schema.model.Operation
 
addEnum(EnumType) - 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
 
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
 
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
 

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
 
getClassName() - Method in class io.smallrye.graphql.schema.model.Array
 
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
getDefaultValue() - Method in class io.smallrye.graphql.schema.model.Field
 
getDepth(int) - Method in class io.smallrye.graphql.schema.model.Array
 
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.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
 
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
 
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
 
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.Reference
This represents the GraphQL Name
getOperations() - Method in class io.smallrye.graphql.schema.model.Type
 
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
 
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
 

H

hasArguments() - Method in class io.smallrye.graphql.schema.model.Operation
 
hasArray() - Method in class io.smallrye.graphql.schema.model.Field
 
hasDefaultValue() - Method in class io.smallrye.graphql.schema.model.Field
 
hasEnums() - 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.InterfaceType
 
hasFields() - Method in class io.smallrye.graphql.schema.model.Type
 
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
 
hasMutations() - 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
 
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
 

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) - Constructor for class io.smallrye.graphql.schema.model.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) - 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
 
setArguments(List<Argument>) - Method in class io.smallrye.graphql.schema.model.Operation
 
setArray(Array) - Method in class io.smallrye.graphql.schema.model.Field
 
setClassName(String) - Method in class io.smallrye.graphql.schema.model.Array
 
setClassName(String) - Method in class io.smallrye.graphql.schema.model.Operation
 
setClassName(String) - Method in class io.smallrye.graphql.schema.model.Reference
 
setDefaultValue(String) - Method in class io.smallrye.graphql.schema.model.Field
 
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.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
 
setFields(Set<Field>) - Method in class io.smallrye.graphql.schema.model.InputType
 
setFields(Set<Field>) - Method in class io.smallrye.graphql.schema.model.InterfaceType
 
setFields(Set<Field>) - Method in class io.smallrye.graphql.schema.model.Type
 
setFormat(String) - Method in class io.smallrye.graphql.schema.model.TransformInfo
 
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
 
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.Reference
 
setNotEmpty(boolean) - Method in class io.smallrye.graphql.schema.model.Array
 
setNotNull(boolean) - Method in class io.smallrye.graphql.schema.model.Field
 
setOperations(Set<Operation>) - Method in class io.smallrye.graphql.schema.model.Type
 
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
 
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

TransformInfo - Class in io.smallrye.graphql.schema.model
Indicate the 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.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.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 O R S T V 
Skip navigation links

Copyright © 2018–2020. All rights reserved.