Uses of Interface
org.springframework.graphql.support.DocumentSource
Packages that use DocumentSource
Package
Description
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.Support classes for Spring GraphQL.
GraphQL client testing support.
-
Uses of DocumentSource in org.springframework.graphql.client
Methods in org.springframework.graphql.client with parameters of type DocumentSourceModifier and TypeMethodDescriptionAbstractGraphQlClientBuilder.documentSource
(DocumentSource documentSource) AbstractGraphQlClientSyncBuilder.documentSource
(DocumentSource documentSource) GraphQlClient.BaseBuilder.documentSource
(DocumentSource contentLoader) Configure aDocumentSource
strategy to resolve a document by name. -
Uses of DocumentSource in org.springframework.graphql.support
Classes in org.springframework.graphql.support that implement DocumentSourceModifier and TypeClassDescriptionclass
Base class forDocumentSource
implementations providing support for caching loaded documents.class
DocumentSource
that looks for a documentResource
under a set of locations and trying a number of different file extension.Constructors in org.springframework.graphql.support with parameters of type DocumentSourceModifierConstructorDescriptionCachingDocumentSource
(DocumentSource delegate) Constructor with theDocumentSource
to actually load documents. -
Uses of DocumentSource in org.springframework.graphql.test.tester
Methods in org.springframework.graphql.test.tester with parameters of type DocumentSourceModifier and TypeMethodDescriptionAbstractGraphQlTesterBuilder.documentSource
(DocumentSource documentSource) GraphQlTester.Builder.documentSource
(DocumentSource contentLoader) Configure aDocumentSource
for use withGraphQlTester.documentName(String)
for resolving a document by name.