Package com.vaadin.hilla.internal
Class TaskGenerateOpenAPIImpl
java.lang.Object
com.vaadin.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 EngineAutoConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.server.frontend.FallibleCommand
setGeneratedFileSupport
-
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
-