Class GraphQLQueryProviderFactory
java.lang.Object
io.github.qubitpi.athena.metastore.graphql.query.GraphQLQueryProviderFactory
GraphQLQueryProviderFactory
is a design pattern that abstracts away from
MetaStore
the GraphQLQueryProvider
implementation choices.-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull GraphQLQueryProvider
Returns a runtime object that implementsGraphQLQueryProvider
specification.
-
Method Details
-
getInstance
Returns a runtime object that implementsGraphQLQueryProvider
specification.- Returns:
- the same instance
-