Class RootController


  • @RestController
    @RequestMapping(path="/")
    public class RootController
    extends java.lang.Object
    Controller serving available resources for the service
    • Constructor Summary

      Constructors 
      Constructor Description
      RootController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.hateoas.Resources<java.lang.Object> root()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RootController

        public RootController()
    • Method Detail

      • root

        @GetMapping
        public org.springframework.hateoas.Resources<java.lang.Object> root()
        Returns:
        Resources object containing links to available resources in the service