Uses of Class
com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryInvocationHandler
Packages that use GraphQLRepositoryInvocationHandler
-
Uses of GraphQLRepositoryInvocationHandler in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository that return GraphQLRepositoryInvocationHandlerModifier and TypeMethodDescriptionstatic <T> GraphQLRepositoryInvocationHandler<T>GraphQLRepositoryInvocationHandler.factory(Class<T> repositoryInterface, org.springframework.context.ApplicationContext ctx) Starting from java 25, there is a warning about a "possible 'this' escape before subclass is fully initialized".