Package ai.stapi.formapi
Class FormEndpoint
java.lang.Object
ai.stapi.formapi.FormEndpoint
-
Constructor Summary
ConstructorsConstructorDescriptionFormEndpoint(JsonSchemaMapper jsonSchemaMapper, UISchemaLoader uiSchemaLoader, FormDataLoader formDataLoader, OperationDefinitionProvider operationDefinitionProvider) -
Method Summary
-
Constructor Details
-
FormEndpoint
public FormEndpoint(JsonSchemaMapper jsonSchemaMapper, UISchemaLoader uiSchemaLoader, FormDataLoader formDataLoader, OperationDefinitionProvider operationDefinitionProvider)
-
-
Method Details
-
form
@GetMapping({"/form/{operationId}","/form/{operationId}/{resourceId}"}) @ResponseBody public Map<String,Object> form(@PathVariable String operationId, @PathVariable(required=false) String resourceId, @RequestParam(required=false) String startModificationNodeIdAndType, @RequestParam(required=false,defaultValue="true") Boolean omitExtension)
-