Uses of Class
org.springframework.hateoas.QueryParameter
Package
Description
Value objects to ease creating
Link
s and link driven representations for REST
webservices.Spring container configuration support.
-
Uses of QueryParameter in org.springframework.hateoas
Modifier and TypeMethodDescriptionstatic QueryParameter
QueryParameter.of
(MethodParameter parameter) Creates a newQueryParameter
from the givenMethodParameter
.static QueryParameter
Creates a new optionalQueryParameter
with the given name;static QueryParameter
Creates a new requiredQueryParameter
with the given name;Create a newQueryParameter
by copying all attributes and applying the new value.ModifierConstructorDescriptionAffordanceModel
(String name, Link link, HttpMethod httpMethod, AffordanceModel.InputPayloadMetadata input, List<QueryParameter> queryMethodParameters, AffordanceModel.PayloadMetadata output) -
Uses of QueryParameter in org.springframework.hateoas.mediatype
Modifier and TypeMethodDescriptionConfiguredAffordance.getQueryParameters()
The parameters of the affordance.Modifier and TypeMethodDescriptionConfigurableAffordance.addParameters
(QueryParameter... parameters) Adds the givenQueryParameter
s to theAffordance
to build.ConfigurableAffordance.withParameters
(QueryParameter... parameters) Replaces the currentQueryParameter
list with the given ones.Modifier and TypeMethodDescriptionConfigurableAffordance.withParameters
(List<QueryParameter> parameters) Replaces the currentQueryParameter
list with the given ones.