public static class SchemaGeneratorDirectiveHelper.Parameters extends Object
| Constructor and Description |
|---|
Parameters(graphql.schema.idl.TypeDefinitionRegistry typeRegistry,
graphql.schema.idl.RuntimeWiring runtimeWiring,
Map<String,Object> context,
graphql.schema.GraphQLCodeRegistry.Builder codeRegistry) |
Parameters(graphql.schema.idl.TypeDefinitionRegistry typeRegistry,
graphql.schema.idl.RuntimeWiring runtimeWiring,
Map<String,Object> context,
graphql.schema.GraphQLCodeRegistry.Builder codeRegistry,
graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree,
graphql.schema.GraphqlElementParentTree elementParentTree,
graphql.schema.GraphQLFieldsContainer fieldsContainer,
graphql.schema.GraphQLFieldDefinition fieldDefinition) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLCodeRegistry.Builder |
getCodeRegistry() |
Map<String,Object> |
getContext() |
graphql.schema.GraphqlElementParentTree |
getElementParentTree() |
graphql.schema.GraphQLFieldsContainer |
getFieldsContainer() |
graphql.schema.GraphQLFieldDefinition |
getFieldsDefinition() |
graphql.language.NodeParentTree<graphql.language.NamedNode<?>> |
getNodeParentTree() |
graphql.schema.idl.RuntimeWiring |
getRuntimeWiring() |
graphql.schema.idl.TypeDefinitionRegistry |
getTypeRegistry() |
SchemaGeneratorDirectiveHelper.Parameters |
newParams(graphql.schema.GraphQLFieldDefinition fieldDefinition,
graphql.schema.GraphQLFieldsContainer fieldsContainer,
graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree,
graphql.schema.GraphqlElementParentTree elementParentTree) |
SchemaGeneratorDirectiveHelper.Parameters |
newParams(graphql.schema.GraphQLFieldsContainer fieldsContainer,
graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree,
graphql.schema.GraphqlElementParentTree elementParentTree) |
SchemaGeneratorDirectiveHelper.Parameters |
newParams(graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree,
graphql.schema.GraphqlElementParentTree elementParentTree) |
public Parameters(graphql.schema.idl.TypeDefinitionRegistry typeRegistry,
graphql.schema.idl.RuntimeWiring runtimeWiring,
Map<String,Object> context,
graphql.schema.GraphQLCodeRegistry.Builder codeRegistry)
public Parameters(graphql.schema.idl.TypeDefinitionRegistry typeRegistry,
graphql.schema.idl.RuntimeWiring runtimeWiring,
Map<String,Object> context,
graphql.schema.GraphQLCodeRegistry.Builder codeRegistry,
graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree,
graphql.schema.GraphqlElementParentTree elementParentTree,
graphql.schema.GraphQLFieldsContainer fieldsContainer,
graphql.schema.GraphQLFieldDefinition fieldDefinition)
public graphql.schema.idl.TypeDefinitionRegistry getTypeRegistry()
public graphql.schema.idl.RuntimeWiring getRuntimeWiring()
public graphql.language.NodeParentTree<graphql.language.NamedNode<?>> getNodeParentTree()
public graphql.schema.GraphqlElementParentTree getElementParentTree()
public graphql.schema.GraphQLFieldsContainer getFieldsContainer()
public graphql.schema.GraphQLCodeRegistry.Builder getCodeRegistry()
public graphql.schema.GraphQLFieldDefinition getFieldsDefinition()
public SchemaGeneratorDirectiveHelper.Parameters newParams(graphql.schema.GraphQLFieldsContainer fieldsContainer, graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree, graphql.schema.GraphqlElementParentTree elementParentTree)
public SchemaGeneratorDirectiveHelper.Parameters newParams(graphql.schema.GraphQLFieldDefinition fieldDefinition, graphql.schema.GraphQLFieldsContainer fieldsContainer, graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree, graphql.schema.GraphqlElementParentTree elementParentTree)
public SchemaGeneratorDirectiveHelper.Parameters newParams(graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree, graphql.schema.GraphqlElementParentTree elementParentTree)
Copyright © 2022. All rights reserved.