public class GQLMethodListEntityMetaData extends GQLAbstractMethodMetaData
List of entities meta data| Constructor and Description |
|---|
GQLMethodListEntityMetaData()
Default constructor
|
GQLMethodListEntityMetaData(GQLCustomMethod method,
Class<?> foreignClass)
Constructor passing name, whether this is a mutation or a query, method
and return foreign entity type
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendToString(StringBuilder stringBuilder) |
Class<?> |
getForeignClass()
Get the foreign entity method return type
|
GQLMethodListEntityMetaData |
setForeignClass(Class<?> foreignClass)
Set the foreign entity method return type
|
addArgument, getArguments, getMethod, getMethodReturnType, getName, isMutation, setArguments, setMethodfinalizeToString, toStringpublic GQLMethodListEntityMetaData()
public GQLMethodListEntityMetaData(GQLCustomMethod method, Class<?> foreignClass)
method - the GQLCustomMethodforeignClass - the foreign entity class for method return typeprotected void appendToString(StringBuilder stringBuilder)
appendToString in class GQLAbstractMethodMetaDatapublic Class<?> getForeignClass()
public GQLMethodListEntityMetaData setForeignClass(Class<?> foreignClass)
foreignClass - the foreignClass to setCopyright © 2019. All rights reserved.