Uses of Class
com.graphql_java_generator.plugin.ResourceSchemaStringProvider
Package
Description
-
Uses of ResourceSchemaStringProvider in com.graphql_java_generator.plugin
Modifier and TypeFieldDescriptionprotected ResourceSchemaStringProvider
DocumentParser.schemaStringProvider
This Spring Bean is responsible for finding and loading all the GraphQL schema files, based on the project configuration. -
Uses of ResourceSchemaStringProvider in com.graphql_java_generator.plugin.generate_schema
ModifierConstructorDescriptionGenerateGraphQLSchema
(DocumentParser documentParser, GraphqlUtils graphqlUtils, GenerateGraphQLSchemaConfiguration configuration, ResourceSchemaStringProvider resourceSchemaStringProvider) A constructor that can be called by other tasks/goals.GenerateGraphQLSchema
(GenerateGraphQLSchemaDocumentParser documentParser, GraphqlUtils graphqlUtils, GenerateGraphQLSchemaConfiguration configuration, ResourceSchemaStringProvider resourceSchemaStringProvider) The constructor that Spring will use to load this Spring bean