Serialized Form
-
Package io.smallrye.graphql.schema.model
-
Class io.smallrye.graphql.schema.model.AdaptTo extends Object implements Serializable
-
Class io.smallrye.graphql.schema.model.AdaptWith extends Object implements Serializable
-
Class io.smallrye.graphql.schema.model.Argument extends Field implements Serializable
-
Serialized Fields
-
methodArgumentName
String methodArgumentName
-
sourceArgument
boolean sourceArgument
-
-
-
Class io.smallrye.graphql.schema.model.DirectiveArgument extends Field implements Serializable
-
Class io.smallrye.graphql.schema.model.EnumType extends Reference implements Serializable
-
Class io.smallrye.graphql.schema.model.ErrorInfo extends Object implements Serializable
-
Class io.smallrye.graphql.schema.model.Field extends Object implements Serializable
-
Serialized Fields
-
adaptTo
AdaptTo adaptTo
If the field is mapped to another type -
adaptWith
AdaptWith adaptWith
If the field contains an adapter -
defaultValue
String defaultValue
-
description
String description
This is the description in the GraphQL Schema -
directiveInstances
List<DirectiveInstance> directiveInstances
-
methodName
String methodName
This is the java method name (getter/setter/operation) -
name
String name
This is the GraphQL Name in the schema -
notNull
boolean notNull
-
propertyName
String propertyName
This is the java property name (i.e without get/set/is) -
reference
Reference reference
The type of this field. -
transformation
Transformation transformation
If the field should be transformed -
wrapper
Wrapper wrapper
If this is wrapped in generics or an array, this contain the info, examples are arrays, collections, async, optional or just plain generic.
-
-
-
Class io.smallrye.graphql.schema.model.Group extends Object implements Serializable
-
Class io.smallrye.graphql.schema.model.InputType extends Reference implements Serializable
-
Class io.smallrye.graphql.schema.model.Operation extends Field implements Serializable
-
Serialized Fields
-
arguments
List<Argument> arguments
The arguments (if any) -
className
String className
Java class this is on -
execute
Execute execute
If this should be executed blocking. By default all normal object returns will be blocking, except if marked with @NonBlocking And all Uni and CompletionStage will be non blocking by default, except if marked with @Blocking -
operationType
OperationType operationType
Operation Type (Query/Mutation) -
sourceFieldOn
Reference sourceFieldOn
If this is a source fields, the object it's on
-
-
-
Class io.smallrye.graphql.schema.model.Reference extends Object implements Serializable
-
Serialized Fields
-
adaptTo
AdaptTo adaptTo
-
adaptWith
AdaptWith adaptWith
-
addParametrizedTypeNameExtension
boolean addParametrizedTypeNameExtension
-
className
String className
-
classParametrizedTypes
Map<String,Reference> classParametrizedTypes
-
directiveInstances
List<DirectiveInstance> directiveInstances
-
graphQLClassName
String graphQLClassName
-
name
String name
-
type
ReferenceType type
-
wrapper
Wrapper wrapper
If this is wrapped in generics or an array, this contain the info, examples are arrays, collections, async, optional or just plain generic.
-
-
-
Class io.smallrye.graphql.schema.model.Schema extends Object implements Serializable
-
Serialized Fields
-
description
String description
-
directiveInstances
List<DirectiveInstance> directiveInstances
-
directiveTypes
List<DirectiveType> directiveTypes
-
enums
Map<String,EnumType> enums
-
errors
Map<String,ErrorInfo> errors
-
fieldDataFetchers
Map<String,String> fieldDataFetchers
-
groupedMutations
Map<Group,Set<Operation>> groupedMutations
-
groupedQueries
Map<Group,Set<Operation>> groupedQueries
-
groupedSubscriptions
Map<Group,Set<Operation>> groupedSubscriptions
-
inputs
Map<String,InputType> inputs
-
interfaces
Map<String,Type> interfaces
-
mutations
Set<Operation> mutations
-
queries
Set<Operation> queries
-
subscriptions
Set<Operation> subscriptions
-
types
Map<String,Type> types
-
unions
Map<String,UnionType> unions
-
wrappedDataFetchers
Map<String,String> wrappedDataFetchers
-
-
-
Class io.smallrye.graphql.schema.model.Transformation extends Object implements Serializable
-
Serialized Fields
-
format
String format
-
jsonB
boolean jsonB
-
locale
String locale
-
type
Transformation.Type type
-
-
-
Class io.smallrye.graphql.schema.model.Type extends Reference implements Serializable
-
Class io.smallrye.graphql.schema.model.UnionType extends Reference implements Serializable
-
Serialized Fields
-
description
String description
-
-
-
Class io.smallrye.graphql.schema.model.Wrapper extends Object implements Serializable
-
Serialized Fields
-
notEmpty
boolean notEmpty
-
wrapper
Wrapper wrapper
-
wrapperClassName
String wrapperClassName
-
wrapperType
WrapperType wrapperType
-
-
-