java.lang.Object
org.frankframework.console.controllers.Init

@RestController public class Init extends Object
  • Constructor Details

    • Init

      public Init(FrankApiService frankApiService, org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping)
  • Method Details

    • getAllResources

      @GetMapping(value={"","/"}, produces="application/json") @PermitAll public org.springframework.http.ResponseEntity<?> getAllResources(jakarta.servlet.http.HttpServletRequest servletRequest, Init.ParametersModel params)