Class GraphQlDateTimeAutoConfiguration

java.lang.Object
com.tailrocks.graphql.datetime.spring.boot.GraphQlDateTimeAutoConfiguration

@Configuration(proxyBeanMethods=false) @AutoConfigureBefore(org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration.class) @ConditionalOnClass(org.springframework.graphql.execution.RuntimeWiringConfigurer.class) public class GraphQlDateTimeAutoConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.graphql.execution.RuntimeWiringConfigurer
    graphqlDateTimeConfigurer(graphql.schema.GraphQLScalarType graphQlDateScalar, graphql.schema.GraphQLScalarType graphQlLocalDateScalar, graphql.schema.GraphQLScalarType graphQlLocalDateTimeScalar, graphql.schema.GraphQLScalarType graphQlLocalTimeScalar, graphql.schema.GraphQLScalarType graphQlOffsetDateTimeScalar, graphql.schema.GraphQLScalarType graphQlYearMonthScalar, graphql.schema.GraphQLScalarType graphQlDurationScalar)
     

    Methods inherited from class java.lang.Object

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

    • GraphQlDateTimeAutoConfiguration

      public GraphQlDateTimeAutoConfiguration()
  • Method Details

    • graphqlDateTimeConfigurer

      @Bean(name="graphqlDateTimeConfigurer") @ConditionalOnMissingBean(name="graphqlDateTimeConfigurer") public org.springframework.graphql.execution.RuntimeWiringConfigurer graphqlDateTimeConfigurer(graphql.schema.GraphQLScalarType graphQlDateScalar, graphql.schema.GraphQLScalarType graphQlLocalDateScalar, graphql.schema.GraphQLScalarType graphQlLocalDateTimeScalar, graphql.schema.GraphQLScalarType graphQlLocalTimeScalar, graphql.schema.GraphQLScalarType graphQlOffsetDateTimeScalar, graphql.schema.GraphQLScalarType graphQlYearMonthScalar, graphql.schema.GraphQLScalarType graphQlDurationScalar)