ENTITY_TYPE - the type of the entity this dynamic attribute is registered onATTRIBUTE_TYPE - the type of this dynamic attributepublic interface IGQLDynamicAttributeGetter<ENTITY_TYPE,ATTRIBUTE_TYPE> extends IGQLAbstractDynamicAttribute<ENTITY_TYPE,ATTRIBUTE_TYPE>
| Modifier and Type | Method and Description |
|---|---|
ATTRIBUTE_TYPE |
getValue(ENTITY_TYPE source)
Get dynamic value computed from given input object
|
getAttributeType, getEntityType, getNameATTRIBUTE_TYPE getValue(ENTITY_TYPE source)
source - the source objectCopyright © 2019. All rights reserved.