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

A

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
 
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
 
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(Type) - 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
 
addSubscription(Operation) - Method in class io.smallrye.graphql.schema.model.Schema
 
addType(Type) - Method in class io.smallrye.graphql.schema.model.Schema
 
addValue(EnumValue) - 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, Reference) - Constructor for class io.smallrye.graphql.schema.model.Argument
 

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
 

D

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
 
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

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

G

getArgumentNames() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
getArguments() - Method in class io.smallrye.graphql.schema.model.Operation
 
getArgumentType(String) - 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
 
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
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
 
getDeserializeMethod() - Method in class io.smallrye.graphql.schema.model.Mapping
 
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
 
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
 
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
 
getLocale() - Method in class io.smallrye.graphql.schema.model.Transformation
 
getLocations() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
getMapping() - Method in class io.smallrye.graphql.schema.model.Field
 
getMapping() - 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.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
 
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.Mapping
 
getScalar(String) - Static method in class io.smallrye.graphql.schema.model.Scalars
 
getSerializeMethod() - Method in class io.smallrye.graphql.schema.model.Mapping
 
getSourceFieldOn() - Method in class io.smallrye.graphql.schema.model.Operation
 
getSubscriptions() - Method in class io.smallrye.graphql.schema.model.Schema
 
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
 
getValue(String) - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
getValue() - Method in class io.smallrye.graphql.schema.model.EnumValue
 
getValues() - Method in class io.smallrye.graphql.schema.model.DirectiveInstance
 
getValues() - Method in class io.smallrye.graphql.schema.model.EnumType
 
getWrapper() - Method in class io.smallrye.graphql.schema.model.Field
 
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
 
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
 
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
 
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.Group
 
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
 
hasMapping() - Method in class io.smallrye.graphql.schema.model.Field
 
hasMapping() - 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
 
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
 
hasValues() - Method in class io.smallrye.graphql.schema.model.EnumType
 
hasWrapper() - Method in class io.smallrye.graphql.schema.model.Field
 
hasWrapper() - Method in class io.smallrye.graphql.schema.model.Wrapper
 

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
 
io.smallrye.graphql.schema.model - package io.smallrye.graphql.schema.model
 
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
 
isCollectionOrArray() - 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.Transformation
 
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
 
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

Mapping - 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.
Mapping() - Constructor for class io.smallrye.graphql.schema.model.Mapping
 
Mapping(Reference) - Constructor for class io.smallrye.graphql.schema.model.Mapping
 

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) - 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.
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, Mapping, List<DirectiveInstance>) - 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
 
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
 
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.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
 
setDeserializeMethod(String) - Method in class io.smallrye.graphql.schema.model.Mapping
 
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
 
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
 
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
 
setMapping(Mapping) - Method in class io.smallrye.graphql.schema.model.Field
 
setMapping(Mapping) - 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.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
 
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.Mapping
 
setSerializeMethod(String) - Method in class io.smallrye.graphql.schema.model.Mapping
 
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
 
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
 
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
 
setWrapper(Wrapper) - Method in class io.smallrye.graphql.schema.model.Field
 
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
 

T

toString() - Method in class io.smallrye.graphql.schema.model.DirectiveType
 
toString() - Method in class io.smallrye.graphql.schema.model.Reference
 
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 - 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.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.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 - 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 C D E F G H I M O R S T V W 
Skip navigation links

Copyright © 2018–2021. All rights reserved.