Uses of Class
io.smallrye.graphql.client.impl.typesafe.reflection.ParameterInfo
-
Packages that use ParameterInfo Package Description io.smallrye.graphql.client.impl.typesafe.reflection Hides the technical details of Java reflection from the GraphQlClient -
-
Uses of ParameterInfo in io.smallrye.graphql.client.impl.typesafe.reflection
Methods in io.smallrye.graphql.client.impl.typesafe.reflection that return types with arguments of type ParameterInfo Modifier and Type Method Description Stream<ParameterInfo>MethodInvocation. headerParameters()List<ParameterInfo>MethodInvocation. nestedParameters(String path)Stream<ParameterInfo>MethodInvocation. rootParameters()Stream<ParameterInfo>MethodInvocation. valueParameters()
-