Uses of Interface
graphql.TrivialDataFetcher
Packages that use TrivialDataFetcher
-
Uses of TrivialDataFetcher in graphql.introspection
Subinterfaces of TrivialDataFetcher in graphql.introspectionModifier and TypeInterfaceDescriptioninterfaceSpecial DataFetcher which is only used insideIntrospection -
Uses of TrivialDataFetcher in graphql.relay
Classes in graphql.relay that implement TrivialDataFetcher -
Uses of TrivialDataFetcher in graphql.schema
Subinterfaces of TrivialDataFetcher in graphql.schemaModifier and TypeInterfaceDescriptioninterfaceALightDataFetcheris a specialised version ofDataFetcherthat is passed more lightweight arguments when it is asked to fetch values.Classes in graphql.schema that implement TrivialDataFetcherModifier and TypeClassDescriptionclassThis is the default data fetcher used in graphql-java, and it will examine maps, records and POJO java beans for values that match the desired name, typically the field name, or it will use a provided function to obtain values.classADataFetcherthat always returns the same value