| Package | Description |
|---|---|
| com.daikit.graphql.enums | |
| com.daikit.graphql.meta.attribute | |
| com.daikit.graphql.meta.custommethod |
| 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.
|
| 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.
|
| 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.
|
Copyright © 2019. All rights reserved.