Class GraphQLRepositoryProxyBeanFactory

java.lang.Object
com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeanFactory

@Component public class GraphQLRepositoryProxyBeanFactory extends Object
The GraphQLRepositoryInvocationHandlers are created for each interface marked by the GraphQLRepository annotation by the GraphQLRepositoryProxyBeansRegistrar Spring configuration class. It register a bean factory for each such interface, and provided the right InvocationHandler for each.