Package dev.hilla.internal
Class TaskGenerateOpenAPIImpl
java.lang.Object
dev.hilla.internal.TaskGenerateOpenAPIImpl
- All Implemented Interfaces:
com.vaadin.flow.server.frontend.FallibleCommand,com.vaadin.flow.server.frontend.TaskGenerateOpenAPI
public class TaskGenerateOpenAPIImpl
extends Object
implements com.vaadin.flow.server.frontend.TaskGenerateOpenAPI
Generate OpenAPI json file for Vaadin Endpoints.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Run Java class parser.protected EngineConfigurationprotected void
-
Method Details
-
execute
public void execute() throws com.vaadin.flow.server.ExecutionFailedExceptionRun Java class parser.- Specified by:
executein interfacecom.vaadin.flow.server.frontend.FallibleCommand- Throws:
com.vaadin.flow.server.ExecutionFailedException
-
getEngineConfiguration
protected EngineConfiguration getEngineConfiguration() throws com.vaadin.flow.server.ExecutionFailedException- Throws:
com.vaadin.flow.server.ExecutionFailedException
-
prepareEngineConfiguration
protected void prepareEngineConfiguration() throws com.vaadin.flow.server.ExecutionFailedException- Throws:
com.vaadin.flow.server.ExecutionFailedException
-