| Package | Description |
|---|---|
| com.daikit.graphql.datafetcher |
| Modifier and Type | Method and Description |
|---|---|
GQLDynamicAttributeRegistry |
GQLAbstractGetListDataFetcher.getDynamicAttributeRegistry() |
GQLDynamicAttributeRegistry |
GQLAbstractSaveDataFetcher.getDynamicAttributeRegistry() |
GQLDynamicAttributeRegistry |
GQLCustomMethodDataFetcher.getDynamicAttributeRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
GQLCustomMethodDataFetcher.convertValue(GQLDynamicAttributeRegistry dynamicAttributeRegistry,
Map<String,Object> argumentPropertyValues,
GQLCustomMethodArg argument)
Convert given argument property values map to an actual argument object of the expected argument type
|
protected <T> T |
GQLCustomMethodDataFetcher.getArgumentValue(graphql.schema.DataFetchingEnvironment environment,
GQLCustomMethodArg argument,
GQLDynamicAttributeRegistry dynamicAttributeRegistry)
Get argument value from given environment
|
protected abstract SUPER_ENTITY_TYPE |
GQLAbstractSaveDataFetcher.getOrCreateAndSetProperties(Class<?> entityClass,
GQLDynamicAttributeRegistry dynamicAttributeRegistry,
Map<String,Object> fieldValueMap)
Find or create entity and set its field values from given field map.
|
protected SUPER_ENTITY_TYPE |
GQLAbstractSaveDataFetcher.save(Class<?> entityClass,
GQLDynamicAttributeRegistry dynamicAttributeRegistry,
Map<String,Object> fieldValueMap) |
void |
GQLAbstractGetListDataFetcher.setDynamicAttributeRegistry(GQLDynamicAttributeRegistry dynamicAttributeRegistry) |
void |
GQLAbstractSaveDataFetcher.setDynamicAttributeRegistry(GQLDynamicAttributeRegistry dynamicAttributeRegistry) |
void |
GQLCustomMethodDataFetcher.setDynamicAttributeRegistry(GQLDynamicAttributeRegistry dynamicAttributeRegistry) |
Copyright © 2019–2021. All rights reserved.