Uses of Class
io.smallrye.graphql.client.impl.typesafe.reflection.TypeInfo
-
Packages that use TypeInfo Package Description io.smallrye.graphql.client.impl.typesafe.json io.smallrye.graphql.client.impl.typesafe.reflection 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 TypeInfo Modifier and Type Field Description protected TypeInfoReader. typeMethods in io.smallrye.graphql.client.impl.typesafe.json with parameters of type TypeInfo Modifier and Type Method Description static ObjectJsonReader. readJson(String description, TypeInfo type, jakarta.json.JsonValue value, FieldInfo field)static ObjectJsonReader. readJsonTypesafeResponse(String description, TypeInfo type, jakarta.json.JsonValue value, FieldInfo field) -
Uses of TypeInfo in io.smallrye.graphql.client.impl.typesafe.reflection
Methods in io.smallrye.graphql.client.impl.typesafe.reflection that return TypeInfo Modifier and Type Method Description TypeInfoMethodInvocation. getDeclaringType()TypeInfoTypeInfo. getItemType()TypeInfoTypeInfo. getKeyType()Get the type of keys included in this Map.TypeInfoMethodInvocation. getReturnType()TypeInfoFieldInfo. getType()TypeInfoTypeInfo. getValueType()Get the type of values included in this Map.static TypeInfoTypeInfo. of(Type type)TypeInfoTypeInfo. subtype(String typename)Methods in io.smallrye.graphql.client.impl.typesafe.reflection that return types with arguments of type TypeInfo Modifier and Type Method Description Stream<TypeInfo>TypeInfo. enclosingTypes()thisand all enclosing types, i.e.Stream<TypeInfo>TypeInfo. subtypes()Methods in io.smallrye.graphql.client.impl.typesafe.reflection with parameters of type TypeInfo Modifier and Type Method Description booleanMethodInvocation. isAccessibleFrom(TypeInfo caller)booleanTypeInfo. isNestedIn(TypeInfo that)Constructors in io.smallrye.graphql.client.impl.typesafe.reflection with parameters of type TypeInfo Constructor Description MethodResolver(TypeInfo callerType, String expression)
-