Uses of Class
io.smallrye.graphql.client.impl.typesafe.reflection.FieldInfo
-
Packages that use FieldInfo 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 FieldInfo in io.smallrye.graphql.client.impl.typesafe.json
Fields in io.smallrye.graphql.client.impl.typesafe.json declared as FieldInfo Modifier and Type Field Description protected FieldInfoReader. fieldMethods in io.smallrye.graphql.client.impl.typesafe.json with parameters of type FieldInfo 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 FieldInfo in io.smallrye.graphql.client.impl.typesafe.reflection
Methods in io.smallrye.graphql.client.impl.typesafe.reflection that return types with arguments of type FieldInfo Modifier and Type Method Description Stream<FieldInfo>TypeInfo. fields()
-