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
ConstructorDescriptionAlpsController
(RepositoryRestConfiguration configuration) Creates a newAlpsController
for the givenResourceMappings
. -
Method Summary
-
Constructor Details
-
AlpsController
Creates a newAlpsController
for the givenResourceMappings
.- Parameters:
configuration
- must not be null.
-