Interface ObjectMapperConfigurer


  • public interface ObjectMapperConfigurer
    Author:
    Andrew Potter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void configure​(com.fasterxml.jackson.databind.ObjectMapper mapper, graphql.kickstart.tools.ObjectMapperConfigurerContext context)  
    • Method Detail

      • configure

        void configure​(com.fasterxml.jackson.databind.ObjectMapper mapper,
                       graphql.kickstart.tools.ObjectMapperConfigurerContext context)