Class TypeExplorerController


  • @RestController
    public class TypeExplorerController
    extends SecureController
    The TypeExplorerRESTServicesInstance provides the server-side implementation of the TypeExplorer UI-component
    • Constructor Detail

      • TypeExplorerController

        public TypeExplorerController()
        Default constructor
    • Method Detail

      • typeExplorer

        @PostMapping(path="/api/types/typeExplorer")
        public TypeExplorerResponse typeExplorer​(@RequestBody
                                                 Map<String,​String> body,
                                                 javax.servlet.http.HttpServletRequest request)