|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkBuilderFactory | |
|---|---|
| org.springframework.hateoas | Value objects to ease creating Links and link driven representations for REST webservices. |
| org.springframework.hateoas.core | |
| org.springframework.hateoas.jaxrs | |
| org.springframework.hateoas.mvc | Spring MVC helper classes to build Links and assemble
ResourceSupport types. |
| Uses of LinkBuilderFactory in org.springframework.hateoas |
|---|
| Subinterfaces of LinkBuilderFactory in org.springframework.hateoas | |
|---|---|
interface |
MethodLinkBuilderFactory<T extends LinkBuilder>
Extension of LinkBuilderFactory for implementations that also support creating LinkBuilders by
pointing to a method. |
| Uses of LinkBuilderFactory in org.springframework.hateoas.core |
|---|
| Methods in org.springframework.hateoas.core with parameters of type LinkBuilderFactory | |
|---|---|
void |
ControllerEntityLinksFactoryBean.setLinkBuilderFactory(LinkBuilderFactory<? extends LinkBuilder> linkBuilderFactory)
Configures the LinkBuilderFactory to be used to create LinkBuilder instances. |
| Constructors in org.springframework.hateoas.core with parameters of type LinkBuilderFactory | |
|---|---|
ControllerEntityLinks(Iterable<? extends Class<?>> controllerTypes,
LinkBuilderFactory<? extends LinkBuilder> linkBuilderFactory)
Creates a new ControllerEntityLinks inspecting the configured classes for the given annotation. |
|
| Uses of LinkBuilderFactory in org.springframework.hateoas.jaxrs |
|---|
| Classes in org.springframework.hateoas.jaxrs that implement LinkBuilderFactory | |
|---|---|
class |
JaxRsLinkBuilderFactory
Factory for LinkBuilder instances based on the path mapping annotated on the given JAX-RS service. |
| Uses of LinkBuilderFactory in org.springframework.hateoas.mvc |
|---|
| Classes in org.springframework.hateoas.mvc that implement LinkBuilderFactory | |
|---|---|
class |
ControllerLinkBuilderFactory
Factory for LinkBuilderSupport instances based on the request mapping annotated on the given controller. |
|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||