Class ClientModelBuilder

java.lang.Object
io.smallrye.graphql.client.model.ClientModelBuilder

public class ClientModelBuilder extends Object
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 Details

    • build

      public static ClientModels build(org.jboss.jandex.IndexView index)
      Builds the client models from the given Jandex index.
      Parameters:
      index - The Jandex index containing class information.
      Returns:
      The generated client models.