All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.kickstart.tools.ProxyHandler Maven / Gradle / Ivy

There is a newer version: 13.1.1
Show newest version
package graphql.kickstart.tools;

/**
 * @author Andrew Potter
 */
public interface ProxyHandler {
    boolean canHandle(GraphQLResolver resolver);
    Class getTargetClass(GraphQLResolver resolver);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy