public class GQLMethodEntityMetaData extends GQLAbstractMethodMetaData
| Constructor and Description |
|---|
GQLMethodEntityMetaData()
Default constructor
|
GQLMethodEntityMetaData(GQLCustomMethod method,
Class<?> entityClass)
Constructor passing name, whether this is a mutation or a query, method
and return type
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendToString(StringBuilder stringBuilder) |
Class<?> |
getEntityClass() |
GQLMethodEntityMetaData |
setEntityClass(Class<?> entityClass) |
addArgument, getArguments, getMethod, getMethodReturnType, getName, isMutation, setArguments, setMethodfinalizeToString, toStringpublic GQLMethodEntityMetaData()
public GQLMethodEntityMetaData(GQLCustomMethod method, Class<?> entityClass)
method - the GQLCustomMethodentityClass - the entity class for method return typeprotected void appendToString(StringBuilder stringBuilder)
appendToString in class GQLAbstractMethodMetaDatapublic Class<?> getEntityClass()
public GQLMethodEntityMetaData setEntityClass(Class<?> entityClass)
entityClass - the entityClass to setCopyright © 2019. All rights reserved.