
com.stanfy.helium.gradle.tasks.GenerateJsonSchemaTask.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
DSL and Java API for REST API specification
The newest version!
package com.stanfy.helium.gradle.tasks
import com.stanfy.helium.handler.codegen.json.schema.JsonSchemaGeneratorOptions
import com.stanfy.helium.handler.codegen.json.schema.JsonSchemaGenerator
/**
* Json scheme generation task.
*/
class GenerateJsonSchemaTask extends BaseHeliumTask {
/** Generator options. */
JsonSchemaGeneratorOptions options
@Override
protected void doIt() {
helium.processBy(new JsonSchemaGenerator(output, options))
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy