Class ContextFunctionCatalogAutoConfiguration.JsonMapperConfiguration
java.lang.Object
org.springframework.cloud.function.context.config.ContextFunctionCatalogAutoConfiguration.JsonMapperConfiguration
- Enclosing class:
ContextFunctionCatalogAutoConfiguration
@Configuration(proxyBeanMethods=false)
public static class ContextFunctionCatalogAutoConfiguration.JsonMapperConfiguration
extends Object
- Author:
- Dave Syer, Mark Fisher, Oleg Zhurakousky, Artem Bilan, Anshul Mehra, Soby Chacko, Chris Bono
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjsonMapper(org.springframework.context.ApplicationContext context)
-
Constructor Details
-
JsonMapperConfiguration
public JsonMapperConfiguration()
-
-
Method Details
-
jsonMapper
@Bean @ConditionalOnMissingBean(JsonMapper.class) public JsonMapper jsonMapper(org.springframework.context.ApplicationContext context)
-