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