Uses of Interface
org.springframework.hateoas.server.LinkBuilderFactory
Package
Description
Server-side components for hypermedia handling.
Implementations of core API interfaces.
Spring MVC helper classes to build
Link
s and assemble
RepresentationModel
types.-
Uses of LinkBuilderFactory in org.springframework.hateoas.server
Modifier and TypeInterfaceDescriptioninterface
MethodLinkBuilderFactory<T extends LinkBuilder>
Extension ofLinkBuilderFactory
for implementations that also support creatingLinkBuilder
s by pointing to a method. -
Uses of LinkBuilderFactory in org.springframework.hateoas.server.core
Modifier and TypeMethodDescriptionvoid
ControllerEntityLinksFactoryBean.setLinkBuilderFactory
(LinkBuilderFactory<? extends LinkBuilder> linkBuilderFactory) Configures theLinkBuilderFactory
to be used to createLinkBuilder
instances.ModifierConstructorDescriptionControllerEntityLinks
(Iterable<? extends Class<?>> controllerTypes, LinkBuilderFactory<? extends LinkBuilder> linkBuilderFactory) Creates a newControllerEntityLinks
inspecting the configured classes for the given annotation. -
Uses of LinkBuilderFactory in org.springframework.hateoas.server.mvc
Modifier and TypeClassDescriptionclass
Factory forLinkBuilderSupport
instances based on the request mapping annotated on the given controller.