public interface TraversonDefaults
HttpMessageConverter
s and LinkDiscoverer
s to be used by default by
Traverson
. Not intended for public implementation.Modifier and Type | Method and Description |
---|---|
List<org.springframework.http.converter.HttpMessageConverter<?>> |
getHttpMessageConverters(Collection<org.springframework.http.MediaType> mediaTypes)
Returns the
HttpMessageConverter instances to be registered for the given MediaType s. |
List<LinkDiscoverer> |
getLinkDiscoverers(Collection<org.springframework.http.MediaType> mediaTypes)
Returns the
LinkDiscoverer s to be registered by default for the given MediaType s. |
List<org.springframework.http.converter.HttpMessageConverter<?>> getHttpMessageConverters(Collection<org.springframework.http.MediaType> mediaTypes)
HttpMessageConverter
instances to be registered for the given MediaType
s.mediaTypes
- will never be null.List<LinkDiscoverer> getLinkDiscoverers(Collection<org.springframework.http.MediaType> mediaTypes)
LinkDiscoverer
s to be registered by default for the given MediaType
s.mediaTypes
- will never be null.Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.