Uses of Interface
org.springframework.hateoas.server.LinkBuilderFactory
Packages that use 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
Subinterfaces of LinkBuilderFactory in org.springframework.hateoas.serverModifier 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
Methods in org.springframework.hateoas.server.core with parameters of type LinkBuilderFactoryModifier and TypeMethodDescriptionvoid
ControllerEntityLinksFactoryBean.setLinkBuilderFactory
(LinkBuilderFactory<? extends LinkBuilder> linkBuilderFactory) Configures theLinkBuilderFactory
to be used to createLinkBuilder
instances.Constructors in org.springframework.hateoas.server.core with parameters of type LinkBuilderFactoryModifierConstructorDescriptionControllerEntityLinks
(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
Classes in org.springframework.hateoas.server.mvc that implement LinkBuilderFactoryModifier and TypeClassDescriptionclass
Factory forLinkBuilderSupport
instances based on the request mapping annotated on the given controller.