| 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 |
|---|---|
static QueryParameter |
QueryParameter.of(MethodParameter parameter)
Creates a new
QueryParameter from the given MethodParameter. |
static QueryParameter |
QueryParameter.optional(String name)
Creates a new optional
QueryParameter with the given name; |
static QueryParameter |
QueryParameter.required(String name)
Creates a new required
QueryParameter with the given name; |
QueryParameter |
QueryParameter.withValue(String value)
Create a new
QueryParameter by copying all attributes and applying the new value. |
| Modifier and Type | Method and Description |
|---|---|
List<QueryParameter> |
AffordanceModel.getQueryMethodParameters() |
| Constructor and Description |
|---|
AffordanceModel(String name,
Link link,
HttpMethod httpMethod,
AffordanceModel.InputPayloadMetadata input,
List<QueryParameter> queryMethodParameters,
AffordanceModel.PayloadMetadata output) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryParameter> |
ConfiguredAffordance.getQueryParameters()
The parameters of the affordance.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurableAffordance |
ConfigurableAffordance.addParameters(QueryParameter... parameters)
Adds the given
QueryParameters to the Affordance to build. |
ConfigurableAffordance |
ConfigurableAffordance.withParameters(QueryParameter... parameters)
Replaces the current
QueryParameter list with the given ones. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableAffordance |
ConfigurableAffordance.withParameters(List<QueryParameter> parameters)
Replaces the current
QueryParameter list with the given ones. |
Copyright © 2011–2022 Pivotal, Inc.. All rights reserved.