Class SchemaGraphQlProvider

java.lang.Object
ai.stapi.graphql.graphqlJava.graphQLProvider.SchemaGraphQlProvider
All Implemented Interfaces:
GraphQLProvider

public class SchemaGraphQlProvider extends Object implements GraphQLProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
    SchemaGraphQlProvider(GraphQlJavaSchemaGenerator graphQlJavaSchemaGenerator, ai.stapi.schema.structureSchemaProvider.StructureSchemaProvider structureSchemaProvider, ai.stapi.graphsystem.operationdefinition.model.OperationDefinitionProvider operationDefinitionProvider, ai.stapi.graphsystem.operationdefinition.model.OperationDefinitionStructureTypeMapper operationDefinitionStructureTypeMapper, ai.stapi.schema.scopeProvider.ScopeCacher scopeCacher)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable graphql.GraphQL
     
    @Nullable graphql.schema.GraphQLSchema
     
    void
     
    boolean
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SchemaGraphQlProvider

      public SchemaGraphQlProvider(GraphQlJavaSchemaGenerator graphQlJavaSchemaGenerator, ai.stapi.schema.structureSchemaProvider.StructureSchemaProvider structureSchemaProvider, ai.stapi.graphsystem.operationdefinition.model.OperationDefinitionProvider operationDefinitionProvider, ai.stapi.graphsystem.operationdefinition.model.OperationDefinitionStructureTypeMapper operationDefinitionStructureTypeMapper, ai.stapi.schema.scopeProvider.ScopeCacher scopeCacher)
  • Method Details