| 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 |
|---|---|
default AffordanceModel |
AffordanceModelFactory.getAffordanceModel(ConfiguredAffordance configured)
Return the
AffordanceModel for the given ConfiguredAffordance. |
default AffordanceModel |
AffordanceModelFactory.getAffordanceModel(String name,
Link link,
HttpMethod httpMethod,
AffordanceModel.InputPayloadMetadata inputType,
List<QueryParameter> queryMethodParameters,
AffordanceModel.PayloadMetadata outputType)
Deprecated.
since 1.3 in favor of
AffordanceModelFactory.getAffordanceModel(ConfiguredAffordance). Will be removed in 1.4. |
Copyright © 2011–2021 Pivotal, Inc.. All rights reserved.