Uses of Class
io.smallrye.graphql.client.impl.typesafe.reflection.MethodInvocation
-
Packages that use MethodInvocation Package Description io.smallrye.graphql.client.impl.typesafe io.smallrye.graphql.client.impl.typesafe.reflection 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 MethodInvocation Constructor Description HeaderBuilder(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 MethodInvocation Modifier and Type Method Description static MethodInvocationMethodInvocation. of(Method method, Object... args)MethodInvocationMethodResolver. resolve()Methods in io.smallrye.graphql.client.impl.typesafe.reflection that return types with arguments of type MethodInvocation Modifier and Type Method Description Optional<MethodInvocation>TypeInfo. getMethod(String name, Class<?>... args)Constructors in io.smallrye.graphql.client.impl.typesafe.reflection with parameters of type MethodInvocation Constructor Description ParameterInfo(MethodInvocation method, Parameter parameter, Object value, Type genericParameterType)
-