Class SurfaceCatalogController

java.lang.Object
org.praxisplatform.uischema.controller.docs.SurfaceCatalogController

@RestController @RequestMapping("/schemas/surfaces") public class SurfaceCatalogController extends Object
Exporta discovery semantico de surfaces sem redefinir o contrato estrutural.
  • Constructor Details

    • SurfaceCatalogController

      public SurfaceCatalogController(SurfaceCatalogService surfaceCatalogService)
  • Method Details

    • getSurfaces

      @GetMapping public org.springframework.http.ResponseEntity<SurfaceCatalogResponse> getSurfaces(@RequestParam(name="resource",required=false) String resourceKey, @RequestParam(name="group",required=false) String group)