java.lang.Object
com.github.muehmar.gradle.openapi.generator.model.constraints.DecimalMax

public class DecimalMax extends Object
  • Constructor Details

    • DecimalMax

      public DecimalMax(String value, boolean inclusiveMax)
  • Method Details

    • inclusive

      public static DecimalMax inclusive(String value)
    • exclusive

      public static DecimalMax exclusive(String value)
    • withInclusiveMax

      public DecimalMax withInclusiveMax(boolean inclusiveMax)
    • getValue

      public String getValue()
    • isInclusiveMax

      public boolean isInclusiveMax()