| Class and Description |
|---|
| org.springframework.data.rest.webmvc.config.RepositoryRestConfigurerAdapter
since 3.1, implement
RepositoryRestConfigurer directly. |
| Field and Description |
|---|
| org.springframework.data.rest.webmvc.RestMediaTypes.ALPS_JSON
Migrate to
MediaTypes.ALPS_JSON. |
| org.springframework.data.rest.webmvc.RestMediaTypes.ALPS_JSON_VALUE
Migrate to
MediaTypes.ALPS_JSON_VALUE. |
| org.springframework.data.rest.webmvc.ControllerUtils.EMPTY_RESOURCE_LIST
since 3.3
|
| Method and Description |
|---|
| org.springframework.data.rest.webmvc.json.patch.Patch.getOperations()
since 3.2, prefer streaming via
Streamable.stream(). |
| org.springframework.data.rest.webmvc.json.DomainObjectReader.merge(ObjectNode, T, ObjectMapper) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.