Uses of Class
graphql.language.ObjectTypeDefinition
Packages that use ObjectTypeDefinition
Package
Description
-
Uses of ObjectTypeDefinition in graphql.introspection
Methods in graphql.introspection that return ObjectTypeDefinitionModifier and TypeMethodDescription(package private) ObjectTypeDefinitionIntrospectionResultToSchema.createObject(Map<String, Object> input) -
Uses of ObjectTypeDefinition in graphql.language
Subclasses of ObjectTypeDefinition in graphql.languageSubclasses with type arguments of type ObjectTypeDefinition in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type ObjectTypeDefinitionModifier and TypeClassDescriptionclassclassclassMethods in graphql.language that return ObjectTypeDefinitionModifier and TypeMethodDescriptionObjectTypeDefinition.Builder.build()ObjectTypeDefinition.deepCopy()ObjectTypeDefinition.transform(Consumer<ObjectTypeDefinition.Builder> builderConsumer) ObjectTypeDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type ObjectTypeDefinitionMethods in graphql.language with parameters of type ObjectTypeDefinitionModifier and TypeMethodDescriptionNodeVisitor.visitObjectTypeDefinition(ObjectTypeDefinition node, TraverserContext<Node> data) NodeVisitorStub.visitObjectTypeDefinition(ObjectTypeDefinition node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type ObjectTypeDefinitionModifierConstructorDescriptionprivateBuilder(ObjectTypeDefinition existing) privateBuilder(ObjectTypeDefinition existing) -
Uses of ObjectTypeDefinition in graphql.parser
Methods in graphql.parser that return ObjectTypeDefinitionModifier and TypeMethodDescriptionprotected ObjectTypeDefinitionGraphqlAntlrToLanguage.createObjectTypeDefinition(GraphqlParser.ObjectTypeDefinitionContext ctx) -
Uses of ObjectTypeDefinition in graphql.schema
Fields in graphql.schema declared as ObjectTypeDefinitionModifier and TypeFieldDescriptionprivate ObjectTypeDefinitionGraphQLObjectType.Builder.definitionprivate final ObjectTypeDefinitionGraphQLObjectType.definitionMethods in graphql.schema that return ObjectTypeDefinitionMethods in graphql.schema with parameters of type ObjectTypeDefinitionModifier and TypeMethodDescriptionGraphQLObjectType.Builder.definition(ObjectTypeDefinition definition) Constructors in graphql.schema with parameters of type ObjectTypeDefinitionModifierConstructorDescriptionprivateGraphQLObjectType(String name, String description, List<GraphQLFieldDefinition> fieldDefinitions, List<GraphQLNamedOutputType> interfaces, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives, ObjectTypeDefinition definition, List<ObjectTypeExtensionDefinition> extensionDefinitions, Comparator<? super GraphQLSchemaElement> interfaceComparator) -
Uses of ObjectTypeDefinition in graphql.schema.diff
Methods in graphql.schema.diff with parameters of type ObjectTypeDefinitionModifier and TypeMethodDescriptionprivate voidSchemaDiff.checkImplements(DiffCtx ctx, ObjectTypeDefinition old, List<Type> oldImplements, List<Type> newImplements) private voidSchemaDiff.checkObjectType(DiffCtx ctx, ObjectTypeDefinition oldDef, ObjectTypeDefinition newDef) Method parameters in graphql.schema.diff with type arguments of type ObjectTypeDefinitionModifier and TypeMethodDescriptionprivate Optional<OperationTypeDefinition> SchemaDiff.synthOperationTypeDefinition(Function<Type, Optional<ObjectTypeDefinition>> typeRetriever, String opName) -
Uses of ObjectTypeDefinition in graphql.schema.idl
Methods in graphql.schema.idl that return types with arguments of type ObjectTypeDefinitionModifier and TypeMethodDescriptionTypeDefinitionRegistry.getImplementationsOf(InterfaceTypeDefinition targetInterface) Returns the list of object interface types that implement the given interface typeMethods in graphql.schema.idl with parameters of type ObjectTypeDefinitionModifier and TypeMethodDescription(package private) GraphQLObjectTypeSchemaGeneratorHelper.buildObjectType(SchemaGeneratorHelper.BuildContext buildCtx, ObjectTypeDefinition typeDefinition) private voidSchemaGeneratorHelper.buildObjectTypeInterfaces(SchemaGeneratorHelper.BuildContext buildCtx, ObjectTypeDefinition typeDefinition, GraphQLObjectType.Builder builder, List<ObjectTypeExtensionDefinition> extensions) private voidSchemaTypeChecker.checkObjTypeFields(List<GraphQLError> errors, ObjectTypeDefinition typeDefinition, List<FieldDefinition> fieldDefinitions, Map<String, DirectiveDefinition> directiveDefinitionMap) (package private) List<ObjectTypeExtensionDefinition> SchemaGeneratorHelper.objectTypeExtensions(ObjectTypeDefinition typeDefinition, SchemaGeneratorHelper.BuildContext buildCtx)