| Modifier and Type | Method and Description |
|---|---|
Map<GQLScalarTypeEnum,graphql.schema.GraphQLInputObjectType> |
GQLSchemaBuilderCache.getInputScalarFilterOperators() |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLScalarType |
GQLSchemaBuilderCache.getScalarType(GQLScalarTypeEnum scalarTypeEnum)
Get cached
GraphQLScalarType by its related
GQLScalarTypeEnum |
| Modifier and Type | Field and Description |
|---|---|
static Map<GQLScalarTypeEnum,graphql.schema.GraphQLScalarType> |
GQLSchemaConstants.SCALARS |
| Modifier and Type | Method and Description |
|---|---|
static GQLScalarTypeEnum |
GQLScalarTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GQLScalarTypeEnum[] |
GQLScalarTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GQLScalarTypeEnum |
GQLAttributeListScalarMetaData.getScalarType()
Get the scalar type
GQLScalarTypeEnum |
GQLScalarTypeEnum |
GQLAttributeScalarMetaData.getScalarType()
Get the scalar type
GQLScalarTypeEnum |
| Modifier and Type | Method and Description |
|---|---|
GQLAttributeListScalarMetaData |
GQLAttributeListScalarMetaData.setScalarType(GQLScalarTypeEnum scalarType)
Set the scalar type
GQLScalarTypeEnum |
GQLAttributeScalarMetaData |
GQLAttributeScalarMetaData.setScalarType(GQLScalarTypeEnum scalarType)
Set the scalar type
GQLScalarTypeEnum |
| Constructor and Description |
|---|
GQLAttributeListScalarMetaData(String name,
GQLScalarTypeEnum scalarType)
Constructor passing name and scalar type and keeping default values for
other attributes.
|
GQLAttributeScalarMetaData(String name,
GQLScalarTypeEnum scalarType)
Constructor passing name and scalar type and keeping default values for
other attributes.
|
| Modifier and Type | Method and Description |
|---|---|
GQLScalarTypeEnum |
GQLMethodArgumentListScalarMetaData.getScalarType()
Get the scalar type
|
GQLScalarTypeEnum |
GQLMethodArgumentScalarMetaData.getScalarType()
Get the scalar type
|
GQLScalarTypeEnum |
GQLMethodListScalarMetaData.getScalarType()
Get the method scalar return type
GQLScalarTypeEnum |
GQLScalarTypeEnum |
GQLMethodScalarMetaData.getScalarType()
Get the method scalar return type
GQLScalarTypeEnum |
| Modifier and Type | Method and Description |
|---|---|
GQLMethodArgumentListScalarMetaData |
GQLMethodArgumentListScalarMetaData.setScalarType(GQLScalarTypeEnum scalarType)
Set the scalar type
|
GQLMethodArgumentScalarMetaData |
GQLMethodArgumentScalarMetaData.setScalarType(GQLScalarTypeEnum scalarType)
Set the scalar type
|
GQLMethodListScalarMetaData |
GQLMethodListScalarMetaData.setScalarType(GQLScalarTypeEnum scalarType)
Set the method scalar return type
GQLScalarTypeEnum |
GQLMethodScalarMetaData |
GQLMethodScalarMetaData.setScalarType(GQLScalarTypeEnum scalarType)
Set the method scalar return type
GQLScalarTypeEnum |
| Constructor and Description |
|---|
GQLMethodArgumentListScalarMetaData(String name,
GQLScalarTypeEnum scalarType)
Constructor passing name and scalar type and keeping default values for
other attributes.
|
GQLMethodArgumentScalarMetaData(String name,
GQLScalarTypeEnum scalarType)
Constructor passing name and scalar type and keeping default values for
other attributes.
|
GQLMethodListScalarMetaData(GQLAbstractCustomMethod<?> method,
GQLScalarTypeEnum scalarType)
Constructor passing name, whether this is a mutation or a query, method
and return type
|
GQLMethodScalarMetaData(GQLAbstractCustomMethod<?> method,
GQLScalarTypeEnum scalarType)
Constructor passing name, whether this is a mutation or a query, method
and return type
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<GQLScalarTypeEnum> |
GQLScalarUtils.getScalarTypeFromClass(Class<?> scalarClass)
Get scalar type enumeration from class
|
Copyright © 2019. All rights reserved.