| Package | Description |
|---|---|
| com.daikit.graphql.datafetcher | |
| com.daikit.graphql.dynamicattribute | |
| com.daikit.graphql.meta | |
| com.daikit.graphql.meta.attribute |
| Modifier and Type | Method and Description |
|---|---|
<ENTITY_TYPE,SETTER_ATTRIBUTE_TYPE> |
GQLDynamicAttributeRegistry.getSetter(Class<?> entityClass,
String attributeName)
Get optional registered
IGQLDynamicAttributeSetter for given
entity class and attribute name |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGQLDynamicAttributeGetterSetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE,SETTER_ATTRIBUTE_TYPE>
Dynamic attribute getter and setter
|
| Modifier and Type | Class and Description |
|---|---|
class |
GQLDynamicAttributeGetterSetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE,SETTER_ATTRIBUTE_TYPE>
Dynamic attribute getter and setter
|
class |
GQLDynamicAttributeSetter<ENTITY_TYPE,SETTER_ATTRIBUTE_TYPE>
Dynamic attribute setter
|
| Modifier and Type | Method and Description |
|---|---|
List<IGQLDynamicAttributeSetter<?,?>> |
GQLInternalMetaModel.getDynamicAttributeSetters()
Get all registered dynamic attribute setters
IGQLDynamicAttributeSetter in meta model |
| Modifier and Type | Method and Description |
|---|---|
IGQLDynamicAttributeSetter<?,?> |
GQLAbstractAttributeMetaData.getDynamicAttributeSetter()
If this attribute is dynamic then this method returns the setter for
storing the attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
GQLAbstractAttributeMetaData |
GQLAbstractAttributeMetaData.setDynamicAttributeSetter(IGQLDynamicAttributeSetter<?,?> dynamicAttributeSetter)
If this attribute is dynamic then this method sets the setter for storing
the attribute value.
|
Copyright © 2019. All rights reserved.