Class SmallRyeGraphQLClientRecorder
- java.lang.Object
-
- io.quarkus.smallrye.graphql.client.runtime.SmallRyeGraphQLClientRecorder
-
public class SmallRyeGraphQLClientRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description SmallRyeGraphQLClientRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeValue<GraphQLClientSupport>clientSupport(Map<String,String> shortNamesToQualifiedNames, List<String> knownConfigKeys)voidinitializeConfigurationMergerBean()voidsetGlobalVertxInstance(Supplier<io.vertx.core.Vertx> vertx)voidsetTypesafeApiClasses(List<String> apiClassNames)<T> Supplier<T>typesafeClientSupplier(Class<T> targetClassName)
-
-
-
Method Detail
-
clientSupport
public RuntimeValue<GraphQLClientSupport> clientSupport(Map<String,String> shortNamesToQualifiedNames, List<String> knownConfigKeys)
-
initializeConfigurationMergerBean
public void initializeConfigurationMergerBean()
-
setGlobalVertxInstance
public void setGlobalVertxInstance(Supplier<io.vertx.core.Vertx> vertx)
-
-