|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented @Import(value=org.springframework.hateoas.config.HypermediaSupportBeanDefinitionRegistrar.class) public @interface EnableHypermediaSupport
Activates hypermedia support in the ApplicationContext. Will register infrastructure beans available for
injection to ease building hypermedia related code. Which components get registered depends on the hypermedia type
being activated through the type() attribute. Hypermedia-type-specific implementations of the following
components will be registered:
LinkDiscoverer
LinkDiscoverer,
EntityLinks| Optional Element Summary | |
|---|---|
EnableHypermediaSupport.HypermediaType |
type
The hypermedia type to be supported. |
public abstract EnableHypermediaSupport.HypermediaType type
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||