Uses of Class
io.smallrye.graphql.client.impl.typesafe.reflection.MethodInvocation
Packages that use MethodInvocation
Package
Description
Hides the technical details of Java reflection from the GraphQlClient
-
Uses of MethodInvocation in io.smallrye.graphql.client.impl.typesafe
Constructors in io.smallrye.graphql.client.impl.typesafe with parameters of type MethodInvocationModifierConstructorDescriptionHeaderBuilder(Class<?> api, MethodInvocation method, Map<String, String> additionalHeaders) QueryBuilder(MethodInvocation method) ResultBuilder(MethodInvocation method, String responseString, boolean allowUnexpectedResponseFields) ResultBuilder(MethodInvocation method, String responseString, Integer statusCode, String statusMessage, Map<String, List<String>> transportMeta, boolean allowUnexpectedResponseFields) -
Uses of MethodInvocation in io.smallrye.graphql.client.impl.typesafe.reflection
Methods in io.smallrye.graphql.client.impl.typesafe.reflection that return MethodInvocationMethods in io.smallrye.graphql.client.impl.typesafe.reflection that return types with arguments of type MethodInvocationModifier and TypeMethodDescriptionConstructors in io.smallrye.graphql.client.impl.typesafe.reflection with parameters of type MethodInvocationModifierConstructorDescriptionParameterInfo(MethodInvocation method, Parameter parameter, Object value, Type genericParameterType)