@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=com.google.gson.Gson.class) @ConditionalOnBean(value=com.google.gson.Gson.class) @Conditional(value=org.springframework.cloud.function.context.config.ContextFunctionCatalogAutoConfiguration.PreferGsonOrMissingJacksonCondition.class) protected static class ContextFunctionCatalogAutoConfiguration.GsonConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
GsonConfiguration() |
Modifier and Type | Method and Description |
---|---|
GsonMapper |
jsonMapper(com.google.gson.Gson gson) |
@Bean public GsonMapper jsonMapper(com.google.gson.Gson gson)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.