Uses of Interface
io.leangen.graphql.spqr.spring.autoconfigure.ContextFactory
Packages that use ContextFactory
-
Uses of ContextFactory in io.leangen.graphql.spqr.spring.autoconfigure
Subinterfaces of ContextFactory in io.leangen.graphql.spqr.spring.autoconfigureModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of ContextFactory in io.leangen.graphql.spqr.spring.web
Fields in io.leangen.graphql.spqr.spring.web declared as ContextFactoryMethods in io.leangen.graphql.spqr.spring.web with parameters of type ContextFactoryModifier 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 ContextFactoryModifierConstructorDescriptionprotectedHttpExecutor(ContextFactory<R> contextFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory)