OUTPUT_TYPE - the output typepublic abstract class GQLCustomMethod0Arg<OUTPUT_TYPE> extends GQLAbstractCustomMethod<OUTPUT_TYPE> implements IGQLCustomMethod0Arg<OUTPUT_TYPE>
| Constructor and Description |
|---|
GQLCustomMethod0Arg()
Default constructor
|
GQLCustomMethod0Arg(String methodName,
boolean mutation)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
getArgumentTypes()
Get argument types from generic configuration of this class
|
getArgumentName, getArgumentNames, getArgumentType, getMethodName, getOutputType, isMutation, setArgNames, setMethodName, setMutationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplygetArgumentNames, getMethodName, getOutputType, isMutationpublic GQLCustomMethod0Arg()
public GQLCustomMethod0Arg(String methodName, boolean mutation)
methodName - the custom method namemutation - whether this method is a mutation (return true) or a query
(return false)public List<Type> getArgumentTypes()
IGQLAbstractCustomMethodgetArgumentTypes in interface IGQLAbstractCustomMethod<OUTPUT_TYPE>Copyright © 2019. All rights reserved.