Uses of Class
io.smallrye.graphql.client.typesafe.api.TypesafeResponse
Packages that use TypesafeResponse
-
Uses of TypesafeResponse in io.smallrye.graphql.client.typesafe.api
Methods in io.smallrye.graphql.client.typesafe.api that return TypesafeResponseModifier and TypeMethodDescriptionstatic <T> TypesafeResponse<T> TypesafeResponse.of(T value) static <T> TypesafeResponse<T> TypesafeResponse.ofErrors(List<GraphQLError> errors) static <T> TypesafeResponse<T> TypesafeResponse.withTransportMetaAndExtensions(TypesafeResponse<T> typesafeResponse, Map<String, List<String>> transportMeta, jakarta.json.JsonObject responseExtensions) Methods in io.smallrye.graphql.client.typesafe.api with parameters of type TypesafeResponseModifier and TypeMethodDescriptionstatic <T> TypesafeResponse<T> TypesafeResponse.withTransportMetaAndExtensions(TypesafeResponse<T> typesafeResponse, Map<String, List<String>> transportMeta, jakarta.json.JsonObject responseExtensions)