Package | Description |
---|---|
io.swagger.models.properties |
Modifier and Type | Class and Description |
---|---|
class |
BaseIntegerProperty
The
BaseIntegerProperty class defines property for integers without specific format, or with a custom
format. |
class |
DecimalProperty
The DecimalProperty class defines properties for (decimal) numbers without a specific format, or with a custom
format.
|
class |
DoubleProperty |
class |
FloatProperty |
class |
IntegerProperty |
class |
LongProperty |
Modifier and Type | Method and Description |
---|---|
AbstractNumericProperty |
AbstractNumericProperty.exclusiveMaximum(Boolean exclusiveMaximum) |
AbstractNumericProperty |
AbstractNumericProperty.exclusiveMinimum(Boolean exclusiveMinimum) |
AbstractNumericProperty |
AbstractNumericProperty.maximum(BigDecimal maximum) |
AbstractNumericProperty |
AbstractNumericProperty.minimum(BigDecimal minimum) |
AbstractNumericProperty |
AbstractNumericProperty.multipleOf(BigDecimal multipleOf) |
Copyright © 2019. All Rights Reserved.