java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.model.promotion.PojoPromotionResult

public class PojoPromotionResult extends Object
Contains the promoted pojo itself (which may be unchanged) and a collection of newly created pojos during the promotion. The collection of newly created pojos will contain the promoted pojo too in case it is modified cause of the promotion.
  • Constructor Details

    • PojoPromotionResult

      public PojoPromotionResult()
  • Method Details