OUTPUT_TYPE - the output typeARGUMENT_1_TYPE - first argument typepublic abstract class GQLCustomMethod1Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE> extends GQLAbstractCustomMethod<OUTPUT_TYPE> implements IGQLCustomMethod1Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE>
| Constructor and Description |
|---|
GQLCustomMethod1Arg()
Default constructor
|
GQLCustomMethod1Arg(String methodName,
boolean mutation,
String argName)
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 List<Type> getArgumentTypes()
getArgumentTypes in interface IGQLAbstractCustomMethod<OUTPUT_TYPE>Copyright © 2019. All rights reserved.