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

com.coxautodev.graphql.tools.ProxyHandler Maven / Gradle / Ivy

The newest version!
package com.coxautodev.graphql.tools;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy