java.lang.Object
org.springframework.data.rest.webmvc.alps.AlpsController

@BasePathAwareController public class AlpsController extends Object
Controller exposing semantic documentation for the resources exposed using the Application Level Profile Semantics format.
Author:
Oliver Gierke, Greg Turnquist
See Also:
  • Constructor Details

    • AlpsController

      @Autowired public AlpsController(org.springframework.data.rest.core.config.RepositoryRestConfiguration configuration)
      Creates a new AlpsController for the given ResourceMappings.
      Parameters:
      configuration - must not be null.