Uses of Interface
io.leangen.graphql.spqr.spring.autoconfigure.DataLoaderRegistryFactory
Packages that use DataLoaderRegistryFactory
Package
Description
-
Uses of DataLoaderRegistryFactory in io.leangen.graphql.spqr.spring.autoconfigure
Method parameters in io.leangen.graphql.spqr.spring.autoconfigure with type arguments of type DataLoaderRegistryFactoryModifier and TypeMethodDescriptionReactiveAutoConfiguration.graphQLExecutor(ReactiveContextFactory contextFactory, Optional<DataLoaderRegistryFactory> dataLoaderRegistryFactory) Constructor parameters in io.leangen.graphql.spqr.spring.autoconfigure with type arguments of type DataLoaderRegistryFactoryModifierConstructorDescriptionWebSocketAutoConfiguration(graphql.GraphQL graphQL, SpqrProperties config, Optional<DataLoaderRegistryFactory> dataLoaderRegistryFactory) -
Uses of DataLoaderRegistryFactory in io.leangen.graphql.spqr.spring.web
Fields in io.leangen.graphql.spqr.spring.web declared as DataLoaderRegistryFactoryModifier and TypeFieldDescriptionprotected final DataLoaderRegistryFactoryHttpExecutor.dataLoaderRegistryFactoryMethods in io.leangen.graphql.spqr.spring.web with parameters of type DataLoaderRegistryFactoryModifier and TypeMethodDescriptiondefault graphql.ExecutionInputGraphQLExecutor.buildInput(GraphQLRequest graphQLRequest, R request, ContextFactory<R> contextFactory, DataLoaderRegistryFactory loaderFactory) default graphql.ExecutionInputGraphQLExecutor.buildInput(GraphQLRequest graphQLRequest, R request, Object env, ContextFactory<R> contextFactory, DataLoaderRegistryFactory loaderFactory) Constructors in io.leangen.graphql.spqr.spring.web with parameters of type DataLoaderRegistryFactoryModifierConstructorDescriptionprotectedHttpExecutor(ContextFactory<R> contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory) -
Uses of DataLoaderRegistryFactory in io.leangen.graphql.spqr.spring.web.mvc
Constructors in io.leangen.graphql.spqr.spring.web.mvc with parameters of type DataLoaderRegistryFactoryModifierConstructorDescriptionDefaultGraphQLExecutor(MvcContextFactory contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory) -
Uses of DataLoaderRegistryFactory in io.leangen.graphql.spqr.spring.web.mvc.websocket
Constructors in io.leangen.graphql.spqr.spring.web.mvc.websocket with parameters of type DataLoaderRegistryFactoryModifierConstructorDescriptionDefaultGraphQLExecutor(WebSocketContextFactory contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory) -
Uses of DataLoaderRegistryFactory in io.leangen.graphql.spqr.spring.web.reactive
Constructors in io.leangen.graphql.spqr.spring.web.reactive with parameters of type DataLoaderRegistryFactoryModifierConstructorDescriptionDefaultGraphQLExecutor(ReactiveContextFactory contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory)