Uses of Class
org.springframework.hateoas.AffordanceModel
Packages that use 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
Methods in org.springframework.hateoas with type parameters of type AffordanceModelModifier and TypeMethodDescription<T extends AffordanceModel>
TAffordance.getAffordanceModel
(MediaType mediaType) Look up theAffordanceModel
for the requestedMediaType
.Methods in org.springframework.hateoas that return types with arguments of type AffordanceModelConstructor parameters in org.springframework.hateoas with type arguments of type AffordanceModel -
Uses of AffordanceModel in org.springframework.hateoas.mediatype
Methods in org.springframework.hateoas.mediatype that return AffordanceModelModifier and TypeMethodDescriptionAffordanceModelFactory.getAffordanceModel
(ConfiguredAffordance configured) Return theAffordanceModel
for the givenConfiguredAffordance
.