Uses of Interface
io.smallrye.graphql.execution.datafetcher.PlugableDataFetcher
-
Packages that use PlugableDataFetcher Package Description io.smallrye.graphql.bootstrap io.smallrye.graphql.execution.datafetcher io.smallrye.graphql.spi -
-
Uses of PlugableDataFetcher in io.smallrye.graphql.bootstrap
Methods in io.smallrye.graphql.bootstrap that return PlugableDataFetcher Modifier and Type Method Description <T> PlugableDataFetcher<T>DataFetcherFactory. getFieldDataFetcher(Field field, Type type, Reference owner) -
Uses of PlugableDataFetcher in io.smallrye.graphql.execution.datafetcher
Subinterfaces of PlugableDataFetcher in io.smallrye.graphql.execution.datafetcher Modifier and Type Interface Description interfacePlugableBatchableDataFetcher<K,T>Allows DataFetchers to be pluggedClasses in io.smallrye.graphql.execution.datafetcher that implement PlugableDataFetcher Modifier and Type Class Description classAbstractAsyncDataFetcher<K,T>Handle Async calls with Uni, base for Uni and CompletionState DatafetchersclassAbstractDataFetcher<K,T>The abstract data fetcherclassAbstractStreamingDataFetcher<K,T>Handle Stream calls with Multi, used as base for Multi and PublisherclassCompletionStageDataFetcher<K,T>Handle Async calls with CompletableFutureclassDefaultDataFetcher<K,T>The default, built in data fetcherclassFieldDataFetcher<T>Custom property data fetcher to allow arbitrary method names (instead of getters/setters) and to intercept the result for some manipulation.classMultiDataFetcher<K,T>Handle Stream calls with MulticlassPublisherDataFetcher<K,T>Handle Stream calls with PublisherclassUniDataFetcher<K,T>Handle Async calls with Uni -
Uses of PlugableDataFetcher in io.smallrye.graphql.spi
Methods in io.smallrye.graphql.spi that return PlugableDataFetcher Modifier and Type Method Description default PlugableDataFetcherDataFetcherService. getFieldDataFetcher(Field field, Type type, Reference owner)
-