Package dev.hilla.maven
Class EndpointCodeGeneratorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- dev.hilla.maven.EndpointCodeGeneratorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate", defaultPhase=PROCESS_CLASSES, requiresDependencyResolution=RUNTIME) public final class EndpointCodeGeneratorMojo extends org.apache.maven.plugin.AbstractMojoMaven Plugin for Hilla. Handles parsing Java bytecode and generating TypeScript code from it.
-
-
Constructor Summary
Constructors Constructor Description EndpointCodeGeneratorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Method Detail
-
execute
public void execute() throws EndpointCodeGeneratorMojoException
-
-