OUTPUT_TYPE - the output typeARGUMENT_1_TYPE - first argument typeARGUMENT_2_TYPE - second argument typeARGUMENT_3_TYPE - third argument typepublic abstract class GQLCustomMethod3Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE> extends GQLAbstractCustomMethod<OUTPUT_TYPE> implements IGQLCustomMethod3Arg<OUTPUT_TYPE,ARGUMENT_1_TYPE,ARGUMENT_2_TYPE,ARGUMENT_3_TYPE>
| Constructor and Description |
|---|
GQLCustomMethod3Arg()
Default constructor
|
GQLCustomMethod3Arg(String methodName,
boolean mutation,
String arg1Name,
String arg2Name,
String arg3Name)
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 GQLCustomMethod3Arg()
public GQLCustomMethod3Arg(String methodName, boolean mutation, String arg1Name, String arg2Name, String arg3Name)
methodName - the custom method namemutation - whether this method is a mutation (return true) or a query
(return false)arg1Name - first argument namearg2Name - second argument namearg3Name - third argument namepublic List<Type> getArgumentTypes()
getArgumentTypes in interface IGQLAbstractCustomMethod<OUTPUT_TYPE>Copyright © 2019. All rights reserved.