Uses of Class
io.smallrye.graphql.client.impl.typesafe.reflection.TypeInfo
Packages that use TypeInfo
Package
Description
Hides the technical details of Java reflection from the GraphQlClient
-
Uses of TypeInfo in io.smallrye.graphql.client.impl.typesafe.json
Fields in io.smallrye.graphql.client.impl.typesafe.json declared as TypeInfoMethods in io.smallrye.graphql.client.impl.typesafe.json with parameters of type TypeInfo -
Uses of TypeInfo in io.smallrye.graphql.client.impl.typesafe.reflection
Methods in io.smallrye.graphql.client.impl.typesafe.reflection that return TypeInfoModifier and TypeMethodDescriptionMethodInvocation.getDeclaringType()TypeInfo.getItemType()TypeInfo.getKeyType()Get the type of keys included in this Map.MethodInvocation.getReturnType()FieldInfo.getType()TypeInfo.getValueType()Get the type of values included in this Map.static TypeInfoMethods in io.smallrye.graphql.client.impl.typesafe.reflection that return types with arguments of type TypeInfoModifier and TypeMethodDescriptionTypeInfo.enclosingTypes()thisand all enclosing types, i.e.TypeInfo.subtypes()Methods in io.smallrye.graphql.client.impl.typesafe.reflection with parameters of type TypeInfoModifier and TypeMethodDescriptionbooleanMethodInvocation.isAccessibleFrom(TypeInfo caller) booleanTypeInfo.isNestedIn(TypeInfo that) Constructors in io.smallrye.graphql.client.impl.typesafe.reflection with parameters of type TypeInfo