@Configuration(proxyBeanMethods=false) @ConditionalOnMissingBean(value=FunctionCatalog.class) @EnableConfigurationProperties(value=FunctionProperties.class) public class ContextFunctionCatalogAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ContextFunctionCatalogAutoConfiguration.GsonConfiguration |
protected static class |
ContextFunctionCatalogAutoConfiguration.JacksonConfiguration |
protected static class |
ContextFunctionCatalogAutoConfiguration.PlainFunctionScanConfiguration |
| Constructor and Description |
|---|
ContextFunctionCatalogAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FunctionRegistry |
functionCatalog(List<org.springframework.messaging.converter.MessageConverter> messageConverters,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
public ContextFunctionCatalogAutoConfiguration()
@Bean public FunctionRegistry functionCatalog(List<org.springframework.messaging.converter.MessageConverter> messageConverters, @Nullable com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.