Class MethodInvocation
java.lang.Object
io.smallrye.graphql.client.impl.typesafe.reflection.MethodInvocation
- All Implemented Interfaces:
NamedElement
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()<A extends Annotation>
Stream<A> getResolvedAnnotations(Class<?> declaring, Class<A> type) booleanbooleanbooleanisAccessibleFrom(TypeInfo caller) booleanbooleanbooleanbooleanbooleanbooleanisPublic()booleanisSingle()booleanisStatic()nestedParameters(String path) static MethodInvocationtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.smallrye.graphql.client.impl.typesafe.reflection.NamedElement
isRenamed
-
Method Details
-
of
-
toString
-
getKey
-
getMethodKey
-
getOperationType
-
getName
- Specified by:
getNamein interfaceNamedElement
-
getRawName
- Specified by:
getRawNamein interfaceNamedElement
-
getReturnType
-
hasValueParameters
public boolean hasValueParameters() -
hasRootParameters
public boolean hasRootParameters() -
headerParameters
-
valueParameters
-
rootParameters
-
nestedParameters
-
getDeclaringType
-
getResolvedAnnotations
-
invoke
-
isStatic
public boolean isStatic() -
isPublic
public boolean isPublic() -
isPackagePrivate
public boolean isPackagePrivate() -
isProtected
public boolean isProtected() -
isPrivate
public boolean isPrivate() -
isAccessibleFrom
-
isSingle
public boolean isSingle() -
isDeclaredInObject
public boolean isDeclaredInObject() -
isDeclaredInCloseable
public boolean isDeclaredInCloseable() -
getOperationTypeAsString
-
getNamespaces
-
getOperationName
-