Class PropertyCount
java.lang.Object
com.github.muehmar.gradle.openapi.generator.model.constraints.PropertyCount
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyCountofMaxProperties(int max) static PropertyCountofMinAndMaxProperties(int min, int max) static PropertyCountofMinProperties(int min)
-
Method Details
-
ofMinProperties
-
ofMaxProperties
-
ofMinAndMaxProperties
-
getMinProperties
-
getMaxProperties
-