ENTITY_TYPE - the input object value holding typeGETTER_ATTRIBUTE_TYPE - the type of this dynamic attributepublic abstract class GQLDynamicAttributeGetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE> extends GQLAbstractDynamicAttribute<ENTITY_TYPE> implements IGQLDynamicAttributeGetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE>
| Constructor and Description |
|---|
GQLDynamicAttributeGetter()
Constructor
|
GQLDynamicAttributeGetter(String name)
Constructor
|
getName, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGetterAttributeType, getValuegetEntityType, getNamepublic GQLDynamicAttributeGetter()
public GQLDynamicAttributeGetter(String name)
name - the property name that will be available in GraphQL schemaCopyright © 2019. All rights reserved.