Module spring.data.rest.webmvc
Class AlpsController
java.lang.Object
org.springframework.data.rest.webmvc.alps.AlpsController
Controller exposing semantic documentation for the resources exposed using the Application Level Profile Semantics
format.
- Author:
- Oliver Gierke, Greg Turnquist
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlpsController(org.springframework.data.rest.core.config.RepositoryRestConfiguration configuration) Creates a newAlpsControllerfor the givenResourceMappings. -
Method Summary
-
Constructor Details
-
AlpsController
@Autowired public AlpsController(org.springframework.data.rest.core.config.RepositoryRestConfiguration configuration) Creates a newAlpsControllerfor the givenResourceMappings.- Parameters:
configuration- must not be null.
-