Uses of Class
org.springframework.hateoas.AffordanceModel
Package
Description
Value objects to ease creating
Link
s and link driven representations for REST
webservices.Spring container configuration support.
-
Uses of AffordanceModel in org.springframework.hateoas
Modifier and TypeMethodDescription<T extends AffordanceModel>
TAffordance.getAffordanceModel
(MediaType mediaType) Look up theAffordanceModel
for the requestedMediaType
. -
Uses of AffordanceModel in org.springframework.hateoas.mediatype
Modifier and TypeMethodDescriptionAffordanceModelFactory.getAffordanceModel
(ConfiguredAffordance configured) Return theAffordanceModel
for the givenConfiguredAffordance
.