Package io.smallrye.graphql.client.model
Class MethodKey
java.lang.Object
io.smallrye.graphql.client.model.MethodKey
Represents a unique identifier for an Client API operation (method). This class
combines the method name and its parameter types to create a key that can
be identified by both Jandex and Java reflection.
- Author:
- mskacelik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?>[]inthashCode()voidsetMethodName(String methodName) voidsetParameterTypes(Class<?>[] parameterTypes) toString()