Class ActivitiGraphQLAutoConfiguration.DefaultActivitiGraphQLJpaConfiguration

  • Enclosing class:
    ActivitiGraphQLAutoConfiguration

    @Configuration
    public static class ActivitiGraphQLAutoConfiguration.DefaultActivitiGraphQLJpaConfiguration
    extends java.lang.Object
    Provides default configuration of Activiti GraphQL JPA Query Components
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configureObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      This is needed because the graphql spec says that null values should be present
      com.introproventures.graphql.jpa.query.schema.GraphQLExecutor graphQLExecutor​(graphql.schema.GraphQLSchema querySchema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultActivitiGraphQLJpaConfiguration

        public DefaultActivitiGraphQLJpaConfiguration()
    • Method Detail

      • configureObjectMapper

        @Autowired
        public void configureObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        This is needed because the graphql spec says that null values should be present
      • graphQLExecutor

        @Bean
        @ConditionalOnMissingBean(com.introproventures.graphql.jpa.query.schema.GraphQLExecutor.class)
        public com.introproventures.graphql.jpa.query.schema.GraphQLExecutor graphQLExecutor​(graphql.schema.GraphQLSchema querySchema)