Uses of Class
io.swagger.models.properties.AbstractNumericProperty
-
Packages that use AbstractNumericProperty Package Description io.swagger.models.properties -
-
Uses of AbstractNumericProperty in io.swagger.models.properties
Subclasses of AbstractNumericProperty in io.swagger.models.properties Modifier and Type Class Description classBaseIntegerPropertyTheBaseIntegerPropertyclass defines property for integers without specific format, or with a custom format.classDecimalPropertyThe DecimalProperty class defines properties for (decimal) numbers without a specific format, or with a custom format.classDoublePropertyclassFloatPropertyclassIntegerPropertyclassLongPropertyMethods in io.swagger.models.properties that return AbstractNumericProperty Modifier and Type Method Description AbstractNumericPropertyAbstractNumericProperty. exclusiveMaximum(Boolean exclusiveMaximum)AbstractNumericPropertyAbstractNumericProperty. exclusiveMinimum(Boolean exclusiveMinimum)AbstractNumericPropertyAbstractNumericProperty. maximum(BigDecimal maximum)AbstractNumericPropertyAbstractNumericProperty. minimum(BigDecimal minimum)AbstractNumericPropertyAbstractNumericProperty. multipleOf(BigDecimal multipleOf)
-