| Package | Description |
|---|---|
| org.springframework.hateoas |
Value objects to ease creating
Links and link driven representations for REST webservices. |
| Modifier and Type | Method and Description |
|---|---|
Link |
Link.andAffordance(org.springframework.http.HttpMethod httpMethod,
Class<?> inputType,
List<QueryParameter> queryMethodParameters,
Class<?> outputType)
Convenience method when chaining an existing
Link. |
Link |
Link.andAffordance(org.springframework.http.HttpMethod httpMethod,
org.springframework.core.ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
org.springframework.core.ResolvableType outputType)
Convenience method when chaining an existing
Link. |
Link |
Link.andAffordance(String name,
org.springframework.http.HttpMethod httpMethod,
org.springframework.core.ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
org.springframework.core.ResolvableType outputType)
Convenience method when chaining an existing
Link. |
AffordanceModel |
AffordanceModelFactory.getAffordanceModel(String name,
Link link,
org.springframework.http.HttpMethod httpMethod,
org.springframework.core.ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
org.springframework.core.ResolvableType outputType)
Look up the
AffordanceModel for this factory. |
| Constructor and Description |
|---|
Affordance(String name,
Link link,
org.springframework.http.HttpMethod httpMethod,
org.springframework.core.ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
org.springframework.core.ResolvableType outputType)
Creates a new
Affordance. |
Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.