Uses of Interface
se.liu.ida.hefquin.engine.wrappers.graphql.data.GraphQLEntrypoint
Packages that use GraphQLEntrypoint
Package
Description
-
Uses of GraphQLEntrypoint in se.liu.ida.hefquin.engine.wrappers.graphql.data
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.data that return GraphQLEntrypointModifier and TypeMethodDescriptionGraphQLSchema.getEntrypoint
(String objectTypeName, GraphQLEntrypointType fieldType) -
Uses of GraphQLEntrypoint in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl
Classes in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl that implement GraphQLEntrypointFields in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl declared as GraphQLEntrypointFields in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl with type parameters of type GraphQLEntrypointModifier and TypeFieldDescriptionprotected final Map<String,
Map<GraphQLEntrypointType, GraphQLEntrypoint>> GraphQLSchemaImpl.objectTypeToEntrypoint
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl that return GraphQLEntrypointModifier and TypeMethodDescriptionGraphQLSchemaImpl.getEntrypoint
(String objectTypeName, GraphQLEntrypointType fieldType) Constructors in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl with parameters of type GraphQLEntrypointModifierConstructorDescriptionGraphQLEntrypointPath
(GraphQLEntrypoint ep, int uniqueNr) GraphQLEntrypointPath
(GraphQLEntrypoint ep, int uniqueNr, Set<GraphQLArgument> epArgs) -
Uses of GraphQLEntrypoint in se.liu.ida.hefquin.engine.wrappers.graphql.impl
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.impl that return types with arguments of type GraphQLEntrypointModifier and TypeMethodDescriptionprotected Map<String,
Map<GraphQLEntrypointType, GraphQLEntrypoint>> GraphQLSchemaInitializerImpl.parseEntrypoints
(org.apache.jena.atlas.json.JsonObject data) Initializes GraphQLEntrypoints by parsing the __schema/queryType parts of the json. -
Uses of GraphQLEntrypoint in se.liu.ida.hefquin.engine.wrappers.graphql.utils
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.utils that return GraphQLEntrypointModifier and TypeMethodDescriptionprotected GraphQLEntrypoint
GraphQLQueryRootForStarPattern.determineGraphQLEntryPoint()
final GraphQLEntrypoint
GraphQLQueryRootForStarPattern.getGraphQLEntryPoint()
Returns the relevant entry point with regards to if the corresponding star pattern has the required arguments.