
com.stanfy.helium.gradle.tasks.GenerateJavaEntitiesTask.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.java.entity.EntitiesGenerator
import com.stanfy.helium.handler.codegen.java.entity.EntitiesGeneratorOptions
/**
* Task for generating POJOs from a specification.
*/
class GenerateJavaEntitiesTask extends BaseHeliumTask {
@Override
protected void doIt() {
helium.processBy new EntitiesGenerator(output, options)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy