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

io.leangen.graphql.spqr.spring.autoconfigure.ContextFactory Maven / Gradle / Ivy

The newest version!
package io.leangen.graphql.spqr.spring.autoconfigure;

public interface ContextFactory {

    Object createGlobalContext(ContextFactoryParams params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy