ENTITY_TYPE - the input object value holding typeATTRIBUTE_TYPE - the attribute typepublic abstract class GQLDynamicAttributeGetterSetter<ENTITY_TYPE,ATTRIBUTE_TYPE> extends GQLAbstractDynamicAttribute<ENTITY_TYPE,ATTRIBUTE_TYPE> implements IGQLDynamicAttributeGetter<ENTITY_TYPE,ATTRIBUTE_TYPE>, IGQLDynamicAttributeSetter<ENTITY_TYPE,ATTRIBUTE_TYPE>
| Constructor and Description |
|---|
GQLDynamicAttributeGetterSetter()
Constructor
|
GQLDynamicAttributeGetterSetter(String name)
Constructor
|
getName, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuegetEntityName, setValuegetAttributeType, getEntityType, getNamepublic GQLDynamicAttributeGetterSetter()
public GQLDynamicAttributeGetterSetter(String name)
name - the property name that will be available in GraphQL schemaCopyright © 2019. All rights reserved.