Uses of Interface
com.graphql_java_generator.plugin.language.Field
Packages that use Field
Package
Description
All interfaces that contain the description of the graphql schema definition, but in a structured way.
-
Uses of Field in com.graphql_java_generator.plugin.language
Methods in com.graphql_java_generator.plugin.language that return FieldModifier and TypeMethodDescriptiondefault Field
Directive.getArgument
(String argumentName) Returns the argument that matches the given argument nameDataFetcher.getField()
Retrieves theField
that this data fetcher fills.Relation.getField()
Get theField
which handles this association.default Field
Returns the Field of the given nameType.getIdentifier()
Returns the identifier for this type.Relation.getMappedyBy()
If this association is bidirectionnal, and this object is not the owner of the relation, this method returns the field in the Object/Entity that owns this relation.Methods in com.graphql_java_generator.plugin.language that return types with arguments of type FieldModifier and TypeMethodDescriptionDirective.getArguments()
A directive may have arguments.Type.getFields()
Returns the list ofField
s for this type.Field.getInputParameters()
All fields in an object may have parameters. -
Uses of Field in com.graphql_java_generator.plugin.language.impl
Classes in com.graphql_java_generator.plugin.language.impl that implement FieldFields in com.graphql_java_generator.plugin.language.impl declared as FieldMethods in com.graphql_java_generator.plugin.language.impl that return FieldModifier and TypeMethodDescriptionEnumType.getIdentifier()
An enum has no identifier.ObjectType.getIdentifier()
ScalarType.getIdentifier()
A scalar has no identifier.Constructors in com.graphql_java_generator.plugin.language.impl with parameters of type FieldModifierConstructorDescriptionDataFetcherImpl
(Field field, DataFetchersDelegate dataFetcherDelegate, boolean declareInGraphQLProvider, boolean batchMapping, boolean withDataLoader, Type graphQLOriginType)