java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.SecureController
org.odpi.openmetadata.userinterface.uichassis.springboot.api.tex.TypeExplorerController

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

    • TypeExplorerController

      public TypeExplorerController()
      Default constructor
  • Method Details

    • typeExplorer

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