@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value=com.google.gson.Gson.class)
@ConditionalOnProperty(name="spring.http.converters.preferred-json-mapper",
havingValue="gson",
matchIfMissing=false)
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(@Nullable com.google.gson.Gson gson)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.