Uses of Class
org.springframework.hateoas.TemplateVariables
Packages that use 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
Fields in org.springframework.hateoas declared as TemplateVariablesMethods in org.springframework.hateoas that return TemplateVariablesModifier 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.Methods in org.springframework.hateoas with parameters of type TemplateVariablesModifier 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
Methods in org.springframework.hateoas.server.core with parameters of type TemplateVariablesModifier and TypeMethodDescriptionWebHandler.LinkBuilderCreator.createBuilder
(UriComponents components, TemplateVariables variables, List<Affordance> affordances) protected abstract T
TemplateVariableAwareLinkBuilderSupport.createNewInstance
(UriComponents components, List<Affordance> affordances, TemplateVariables variables) Constructors in org.springframework.hateoas.server.core with parameters of type TemplateVariablesModifierConstructorDescriptionprotected
TemplateVariableAwareLinkBuilderSupport
(UriComponents components, TemplateVariables variables, List<Affordance> affordances) -
Uses of TemplateVariables in org.springframework.hateoas.server.mvc
Methods in org.springframework.hateoas.server.mvc with parameters of type TemplateVariablesModifier and TypeMethodDescriptionprotected WebMvcLinkBuilder
WebMvcLinkBuilder.createNewInstance
(UriComponents components, List<Affordance> affordances, TemplateVariables variables) -
Uses of TemplateVariables in org.springframework.hateoas.server.reactive
Methods in org.springframework.hateoas.server.reactive with parameters of type TemplateVariablesModifier and TypeMethodDescriptionprotected WebFluxLinkBuilder
WebFluxLinkBuilder.createNewInstance
(UriComponents components, List<Affordance> affordances, TemplateVariables variables)