| Class and Description |
|---|
| org.springframework.hateoas.server.mvc.ControllerLinkBuilder
use
WebMvcLinkBuilder instead. |
| org.springframework.hateoas.server.mvc.ControllerLinkBuilderFactory
use
WebMvcLinkBuilderFactory instead. |
| org.springframework.hateoas.IanaRels |
| org.springframework.hateoas.mediatype.vnderrors.VndErrors
since 1.1, use
Problem to form vendor neutral error
messages. |
| org.springframework.hateoas.mediatype.vnderrors.VndErrors.VndError
Use
Problem to form vendor neutral error
messages. |
| org.springframework.hateoas.config.WebClientConfigurer
Migrate to
HypermediaWebClientConfigurer and it's WebClient.Builder-oriented approach. |
| Method and Description |
|---|
| org.springframework.hateoas.mediatype.vnderrors.VndErrors.add(VndErrors.VndError) |
| org.springframework.hateoas.support.WebStack.isAvailable()
Will be removed in 1.2 in light of
WebStack.getAvailableConfigurations(). |
| org.springframework.hateoas.IanaRels.isIanaRel(String)
Migrate to
IanaLinkRelations.isIanaRel(String). |
| org.springframework.hateoas.Links.valueOf(String)
use
Links.parse(String) instead |
Copyright © 2011–2020 Pivotal, Inc.. All rights reserved.