Class OpenApiGeneratorGeneratorsExtension
-
- All Implemented Interfaces:
public class OpenApiGeneratorGeneratorsExtensionGradle project level extension object definition for the generators task
Jim Schubert
-
-
Constructor Summary
Constructors Constructor Description OpenApiGeneratorGeneratorsExtension(Project project)
-
Method Summary
Modifier and Type Method Description final ListProperty<String>getInclude()A list of stability indexes to include (value: all,beta,stable,experimental,deprecated). final UnitapplyDefaults()final UnitsetInclude(Iterable<String> items)-
-
Method Detail
-
getInclude
final ListProperty<String> getInclude()
A list of stability indexes to include (value: all,beta,stable,experimental,deprecated). Excludes deprecated by default.
-
applyDefaults
final Unit applyDefaults()
-
setInclude
final Unit setInclude(Iterable<String> items)
-
-
-
-