public interface SpringJacksonConfiguration
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.web.client.RestTemplate |
configure(org.springframework.web.client.RestTemplate restTemplate)
Configure Spring RestTemplate, setting up serializers and deserializers for
PropertyBox type handling in
Jackson HttpMessageConverters, if any. |
static org.springframework.web.client.RestTemplate configure(org.springframework.web.client.RestTemplate restTemplate)
PropertyBox type handling in
Jackson HttpMessageConverters, if any. If no Jackson HttpMessageConverter is registered, a configured
MappingJackson2HttpMessageConverter will be registered in RestTemplate.restTemplate - RestTemplate to configure (not null)Copyright © 2019 The Holon Platform. All rights reserved.