Uses of Interface
com.graphql_java_generator.plugin.language.DataFetcher
Packages that use DataFetcher
Package
Description
All interfaces that contain the description of the graphql schema definition, but in a structured way.
-
Uses of DataFetcher in com.graphql_java_generator.plugin.language
Methods in com.graphql_java_generator.plugin.language that return DataFetcherModifier and TypeMethodDescriptionField.getDataFetcher()
Returns the data fetcher associated to this field, or null if this field has no data fetcherdefault DataFetcher
Type.getDataFetcher()
Returns theDataFetcher
that is associated to this type.Methods in com.graphql_java_generator.plugin.language that return types with arguments of type DataFetcherModifier and TypeMethodDescriptionDataFetchersDelegate.getDataFetchers()
Retrieves theDataFetcher
s that are to be implemented by this Data Fetcher Delegate. -
Uses of DataFetcher in com.graphql_java_generator.plugin.language.impl
Classes in com.graphql_java_generator.plugin.language.impl that implement DataFetcherModifier and TypeClassDescriptionclass
This class represents a GraphQL Data Fetcher.