ENTITY_TYPE - the type of the entity this dynamic attribute is registered onGETTER_ATTRIBUTE_TYPE - the type of this dynamic attributepublic interface IGQLDynamicAttributeGetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE> extends IGQLAbstractDynamicAttribute<ENTITY_TYPE>
| Modifier and Type | Method and Description |
|---|---|
default Class<?> |
getGetterAttributeType() |
GETTER_ATTRIBUTE_TYPE |
getValue(ENTITY_TYPE source)
Get dynamic value computed from given input object
|
getEntityType, getNameGETTER_ATTRIBUTE_TYPE getValue(ENTITY_TYPE source)
source - the source objectdefault Class<?> getGetterAttributeType()
Copyright © 2019. All rights reserved.