Class SmallRyeGraphQLClientRecorder

java.lang.Object
io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder

public class SmallRyeGraphQLClientRecorder extends Object
  • Constructor Details

    • SmallRyeGraphQLClientRecorder

      public SmallRyeGraphQLClientRecorder()
  • Method Details

    • typesafeClientSupplier

      public <T> Function<io.quarkus.arc.SyntheticCreationalContext<T>,T> typesafeClientSupplier(Class<T> targetClassName)
    • setTypesafeApiClasses

      public void setTypesafeApiClasses(List<String> apiClassNames)
    • mergeClientConfigurations

      public void mergeClientConfigurations(GraphQLClientSupport support, GraphQLClientsConfig quarkusConfiguration)
    • setGlobalVertxInstance

      public void setGlobalVertxInstance(Supplier<io.vertx.core.Vertx> vertx)
    • getRuntimeClientModel

      public RuntimeValue<io.smallrye.graphql.client.model.ClientModels> getRuntimeClientModel(io.smallrye.graphql.client.model.ClientModels clientModel)