Uses of Class
org.springframework.hateoas.TemplateVariables
Package
Description
Value objects to ease creating
Link
s and link driven representations for REST
webservices.Implementations of core API interfaces.
Spring MVC helper classes to build
Link
s and assemble
RepresentationModel
types.Spring WebFlux components to build
Link
s and assemble
RepresentationModel
types.-
Uses of TemplateVariables in org.springframework.hateoas
Modifier and TypeMethodDescriptionTemplateVariables.concat
(Collection<TemplateVariable> variables) Concatenates the givenTemplateVariable
s to the current one.TemplateVariables.concat
(TemplateVariable... variables) Concatenates the givenTemplateVariable
s to the current one.TemplateVariables.concat
(TemplateVariables variables) Concatenates the givenTemplateVariables
to the current one.Modifier and TypeMethodDescriptionTemplateVariables.concat
(TemplateVariables variables) Concatenates the givenTemplateVariables
to the current one.static UriTemplate
UriTemplate.of
(String template, TemplateVariables variables) Returns aUriTemplate
for the givenString
template.UriTemplate.with
(TemplateVariables variables) Creates a newUriTemplate
with the currentTemplateVariable
s augmented with the given ones. -
Uses of TemplateVariables in org.springframework.hateoas.server.core
Modifier and TypeMethodDescriptionWebHandler.LinkBuilderCreator.createBuilder
(UriComponents components, TemplateVariables variables, List<Affordance> affordances) protected abstract T
TemplateVariableAwareLinkBuilderSupport.createNewInstance
(UriComponents components, List<Affordance> affordances, TemplateVariables variables) ModifierConstructorDescriptionprotected
TemplateVariableAwareLinkBuilderSupport
(UriComponents components, TemplateVariables variables, List<Affordance> affordances) -
Uses of TemplateVariables in org.springframework.hateoas.server.mvc
Modifier and TypeMethodDescriptionprotected WebMvcLinkBuilder
WebMvcLinkBuilder.createNewInstance
(UriComponents components, List<Affordance> affordances, TemplateVariables variables) -
Uses of TemplateVariables in org.springframework.hateoas.server.reactive
Modifier and TypeMethodDescriptionprotected WebFluxLinkBuilder
WebFluxLinkBuilder.createNewInstance
(UriComponents components, List<Affordance> affordances, TemplateVariables variables)