Package io.smallrye.graphql.client.model
Class MethodKey
- java.lang.Object
-
- io.smallrye.graphql.client.model.MethodKey
-
public class MethodKey extends Object
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMethodName()Class<?>[]getParameterTypes()inthashCode()voidsetMethodName(String methodName)voidsetParameterTypes(Class<?>[] parameterTypes)StringtoString()
-