Class 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 Detail

      • 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:
        Constant Field Values
    • Constructor Detail

      • ContextFunctionCatalogAutoConfiguration

        public ContextFunctionCatalogAutoConfiguration()