Class PromotableMembers
java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.model.promotion.PromotableMembers
A collection of members which get promoted. A member gets promoted if the definition of the
property itself and the definition that a property with the same name is required are in
different schemas but are composed by allOf.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSubPojo(JavaObjectPojo nextSubPojo) findByName(JavaName name) static PromotableMembersfromPojo(JavaObjectPojo pojo) booleanisPromotable(JavaName name)
-
Constructor Details
-
PromotableMembers
public PromotableMembers()
-
-
Method Details
-
fromPojo
-
findByName
-
isPromotable
-
addSubPojo
-