All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stanfy.helium.gradle.tasks.GenerateJsonSchemaTask.groovy Maven / Gradle / Ivy

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