Class ContextFunctionCatalogAutoConfiguration

java.lang.Object
org.springframework.cloud.function.context.config.ContextFunctionCatalogAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnMissingBean(FunctionCatalog.class) @EnableConfigurationProperties(FunctionProperties.class) @AutoConfigureAfter(name="org.springframework.cloud.function.deployer.FunctionDeployerConfiguration") public class ContextFunctionCatalogAutoConfiguration extends Object
Author:
Dave Syer, Mark Fisher, Oleg Zhurakousky, Artem Bilan, Anshul Mehra, Soby Chacko, Chris Bono
  • Field Details

    • JSON_MAPPER_PROPERTY

      public static final String JSON_MAPPER_PROPERTY
      The name of the property to specify desired JSON mapper. Available values are `jackson' and 'gson'.
      See Also:
  • Constructor Details

    • ContextFunctionCatalogAutoConfiguration

      public ContextFunctionCatalogAutoConfiguration()
  • Method Details