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

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

package graphql.kickstart.tools;

import com.fasterxml.jackson.databind.ObjectMapper;

/**
 * @author Andrew Potter
 */
public interface ObjectMapperConfigurer {

    void configure(ObjectMapper mapper, ObjectMapperConfigurerContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy