Class JetOpenApiAnnotationsPlugin
java.lang.Object
net.jacobpeterson.jet.openapiannotationsplugin.JetOpenApiAnnotationsPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
@NullMarked
public class JetOpenApiAnnotationsPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe build output default directory nameJetOpenApiAnnotationsTask.getOutputDirectory():"jet-openapi-annotations"static final StringThe name used forJetOpenApiAnnotationsExtension:"jetOpenApiAnnotations"static final StringThe name used forJetOpenApiAnnotationsTask:"jetOpenApiAnnotations" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXTENSION_NAME
The name used forJetOpenApiAnnotationsExtension:"jetOpenApiAnnotations"- See Also:
-
TASK_NAME
The name used forJetOpenApiAnnotationsTask:"jetOpenApiAnnotations"- See Also:
-
BUILD_OUTPUT_DEFAULT_DIRECTORY_NAME
The build output default directory nameJetOpenApiAnnotationsTask.getOutputDirectory():"jet-openapi-annotations"- See Also:
-
-
Constructor Details
-
JetOpenApiAnnotationsPlugin
public JetOpenApiAnnotationsPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-