Uses of Class
org.springframework.hateoas.QueryParameter
Packages that use 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
Methods in org.springframework.hateoas that return QueryParameterModifier 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.Methods in org.springframework.hateoas that return types with arguments of type QueryParameterConstructor parameters in org.springframework.hateoas with type arguments of type QueryParameterModifierConstructorDescriptionAffordanceModel
(String name, Link link, HttpMethod httpMethod, AffordanceModel.InputPayloadMetadata input, List<QueryParameter> queryMethodParameters, AffordanceModel.PayloadMetadata output) -
Uses of QueryParameter in org.springframework.hateoas.mediatype
Methods in org.springframework.hateoas.mediatype that return types with arguments of type QueryParameterModifier and TypeMethodDescriptionConfiguredAffordance.getQueryParameters()
The parameters of the affordance.Methods in org.springframework.hateoas.mediatype with parameters of type QueryParameterModifier 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.Method parameters in org.springframework.hateoas.mediatype with type arguments of type QueryParameterModifier and TypeMethodDescriptionConfigurableAffordance.withParameters
(List<QueryParameter> parameters) Replaces the currentQueryParameter
list with the given ones.