Uses of Class
com.graphql_java_generator.plugin.ResourceSchemaStringProvider
Packages that use ResourceSchemaStringProvider
Package
Description
-
Uses of ResourceSchemaStringProvider in com.graphql_java_generator.plugin
Fields in com.graphql_java_generator.plugin declared as ResourceSchemaStringProviderModifier 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
Constructors in com.graphql_java_generator.plugin.generate_schema with parameters of type ResourceSchemaStringProviderModifierConstructorDescriptionGenerateGraphQLSchema
(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