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

graphql.solon.support.WebGraphQlHandlerGetter Maven / Gradle / Ivy

package graphql.solon.support;

/**
 * @author fuzi1996
 * @since 2.3
 */
public class WebGraphQlHandlerGetter {

    private WebGraphQlHandler graphQlHandler;

    public void setGraphQlHandler(WebGraphQlHandler graphQlHandler) {
        this.graphQlHandler = graphQlHandler;
    }

    public WebGraphQlHandler getGraphQlHandler() {
        return this.graphQlHandler;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy