Class AllOfBuilderStage
java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.pojo.stagedbuilder.allof.AllOfBuilderStage
- All Implemented Interfaces:
BuilderStage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NonEmptyList<BuilderStage>createStages(StagedBuilderVariant builderVariant, JavaObjectPojo parentPojo) getName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.muehmar.gradle.openapi.generator.java.generator.pojo.stagedbuilder.BuilderStage
asAllOfBuilderStage, asAnyOfBuilderStage, asLastOptionalPropertyBuilderStage, asLastRequiredPropertyBuilderStage, asOneOfBuilderStage, asOptionalPropertyBuilderStage, asRequiredPropertyBuilderStage, fold
-
Constructor Details
-
AllOfBuilderStage
public AllOfBuilderStage()
-
-
Method Details
-
createStages
public static NonEmptyList<BuilderStage> createStages(StagedBuilderVariant builderVariant, JavaObjectPojo parentPojo) -
getName
- Specified by:
getNamein interfaceBuilderStage
-