Package io.smallrye.graphql.client.model
Class ClientModelBuilder
java.lang.Object
io.smallrye.graphql.client.model.ClientModelBuilder
Builder class for generating client models from Jandex index.
It scans for classes annotated with
Annotations.GRAPHQL_CLIENT_API and generates client models based on the annotated
methods.- Author:
- mskacelik
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClientModelsbuild(org.jboss.jandex.IndexView index) Builds the client models from the given Jandex index.
-
Method Details
-
build
Builds the client models from the given Jandex index.- Parameters:
index- The Jandex index containing class information.- Returns:
- The generated client models.
-