Package | Description |
---|---|
graphql.language | |
graphql.parser | |
graphql.schema | |
graphql.schema.idl |
Modifier and Type | Class and Description |
---|---|
class |
ScalarTypeExtensionDefinition |
Modifier and Type | Method and Description |
---|---|
ScalarTypeDefinition |
ScalarTypeDefinition.Builder.build() |
ScalarTypeDefinition |
ScalarTypeDefinition.deepCopy() |
ScalarTypeDefinition |
ScalarTypeDefinition.transform(Consumer<ScalarTypeDefinition.Builder> builderConsumer) |
ScalarTypeDefinition |
ScalarTypeDefinition.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorStub.visitScalarTypeDefinition(ScalarTypeDefinition node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitScalarTypeDefinition(ScalarTypeDefinition node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
protected ScalarTypeDefinition |
GraphqlAntlrToLanguage.createScalarTypeDefinition(GraphqlParser.ScalarTypeDefinitionContext ctx) |
Modifier and Type | Method and Description |
---|---|
ScalarTypeDefinition |
GraphQLScalarType.getDefinition() |
Modifier and Type | Method and Description |
---|---|
GraphQLScalarType.Builder |
GraphQLScalarType.Builder.definition(ScalarTypeDefinition definition) |
Constructor and Description |
---|
GraphQLScalarType(String name,
String description,
Coercing coercing,
List<GraphQLDirective> directives,
ScalarTypeDefinition definition)
Deprecated.
use the
GraphQLScalarType.newScalar() builder pattern instead, as this constructor will be made private in a future version. |
Modifier and Type | Field and Description |
---|---|
static Map<String,ScalarTypeDefinition> |
ScalarInfo.STANDARD_SCALAR_DEFINITIONS
A map of scalar type definitions provided by graphql-java
|
Modifier and Type | Method and Description |
---|---|
ScalarTypeDefinition |
ScalarWiringEnvironment.getScalarTypeDefinition() |
Modifier and Type | Method and Description |
---|---|
Map<String,ScalarTypeDefinition> |
TypeDefinitionRegistry.scalars() |
Copyright © 2019. All rights reserved.