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.clientMethods 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 aDocumentSourcestrategy to resolve a document by name.
- 
Uses of DocumentSource in org.springframework.graphql.supportClasses in org.springframework.graphql.support that implement DocumentSourceModifier and TypeClassDescriptionclassBase class forDocumentSourceimplementations providing support for caching loaded documents.classDocumentSourcethat searches for documentResources across multiple locations while trying different file extensions.Constructors in org.springframework.graphql.support with parameters of type DocumentSourceModifierConstructorDescriptionCachingDocumentSource(DocumentSource delegate) Constructor with theDocumentSourceto actually load documents.
- 
Uses of DocumentSource in org.springframework.graphql.test.testerMethods in org.springframework.graphql.test.tester with parameters of type DocumentSourceModifier and TypeMethodDescriptionAbstractGraphQlTesterBuilder.documentSource(DocumentSource documentSource) GraphQlTester.Builder.documentSource(DocumentSource contentLoader) Configure aDocumentSourcefor use withGraphQlTester.documentName(String)for resolving a document by name.