| Package | Description |
|---|---|
| org.springframework.hateoas |
Value objects to ease creating
Links and link driven representations for REST
webservices. |
| org.springframework.hateoas.mediatype |
Spring container configuration support.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AffordanceModel> |
Affordance.getAffordanceModel(MediaType mediaType)
Look up the
AffordanceModel for the requested MediaType. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AffordanceModel> |
Affordance.iterator() |
| Constructor and Description |
|---|
Affordance(Map<MediaType,AffordanceModel> models) |
| Modifier and Type | Method and Description |
|---|---|
AffordanceModel |
AffordanceModelFactory.getAffordanceModel(ConfiguredAffordance configured)
Return the
AffordanceModel for the given ConfiguredAffordance. |
Copyright © 2011–2022 Pivotal, Inc.. All rights reserved.