Class ControllerEntityLinksFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<ControllerEntityLinks>
org.springframework.hateoas.server.core.ControllerEntityLinksFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<ControllerEntityLinks>, InitializingBean, ApplicationContextAware

public class ControllerEntityLinksFactoryBean extends AbstractFactoryBean<ControllerEntityLinks> implements ApplicationContextAware
FactoryBean implementation to create ControllerEntityLinks instances looking up controller classes from an ApplicationContext. The controller types are identified by the annotation type configured.
Author:
Oliver Gierke