Package io.swagger.v3.oas.models.media
Class IntegerSchema
- java.lang.Object
-
- io.swagger.v3.oas.models.media.Schema<Number>
-
- io.swagger.v3.oas.models.media.IntegerSchema
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.swagger.v3.oas.models.media.Schema
Schema.BynaryStringConversion, Schema.SchemaResolution
-
-
Field Summary
-
Fields inherited from class io.swagger.v3.oas.models.media.Schema
_const, _default, _enum, APPLY_SCHEMA_RESOLUTION_PROPERTY, BINARY_STRING_CONVERSION_PROPERTY, BIND_TYPE_AND_TYPES, example, EXPLICIT_OBJECT_SCHEMA_PROPERTY, jsonSchema, jsonSchemaImpl, SCHEMA_RESOLUTION_PROPERTY, USE_ARBITRARY_SCHEMA_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description IntegerSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerSchema_default(Number _default)IntegerSchemaaddEnumItem(Number _enumItem)protected Numbercast(Object value)booleanequals(Object o)IntegerSchemaformat(String format)inthashCode()StringtoString()IntegerSchematype(String type)-
Methods inherited from class io.swagger.v3.oas.models.media.Schema
_const, _else, _enum, _if, $anchor, $comment, $dynamicAnchor, $dynamicRef, $id, $ref, $schema, $vocabulary, addAllOfItem, addAnyOfItem, addEnumItemObject, addExample, addExtension, additionalItems, additionalProperties, addOneOfItem, addPatternProperty, addPrefixItem, addProperties, addProperty, addRequiredItem, addType, allOf, anyOf, booleanSchemaValue, contains, contentEncoding, contentMediaType, contentSchema, dependentRequired, dependentSchemas, deprecated, description, discriminator, example, examples, exampleSetFlag, exclusiveMaximum, exclusiveMaximumValue, exclusiveMinimum, exclusiveMinimumValue, extensions, externalDocs, get$anchor, get$comment, get$dynamicAnchor, get$dynamicRef, get$id, get$ref, get$schema, get$vocabulary, getAdditionalItems, getAdditionalProperties, getAllOf, getAnyOf, getBooleanSchemaValue, getConst, getContains, getContentEncoding, getContentMediaType, getContentSchema, getDefault, getDependentRequired, getDependentSchemas, getDeprecated, getDescription, getDiscriminator, getElse, getEnum, getExample, getExamples, getExampleSetFlag, getExclusiveMaximum, getExclusiveMaximumValue, getExclusiveMinimum, getExclusiveMinimumValue, getExtensions, getExternalDocs, getFormat, getIf, getItems, getJsonSchema, getJsonSchemaImpl, getMaxContains, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinContains, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getName, getNot, getNullable, getOneOf, getPattern, getPatternProperties, getPrefixItems, getProperties, getPropertyNames, getReadOnly, getRequired, getSpecVersion, getThen, getTitle, getType, getTypes, getUnevaluatedItems, getUnevaluatedProperties, getUniqueItems, getWriteOnly, getXml, items, jsonSchema, jsonSchemaImpl, maxContains, maximum, maxItems, maxLength, maxProperties, minContains, minimum, minItems, minLength, minProperties, multipleOf, name, not, nullable, oneOf, pattern, patternProperties, prefixItems, properties, propertyNames, raw$ref, readOnly, required, set$anchor, set$comment, set$dynamicAnchor, set$dynamicRef, set$id, set$ref, set$schema, set$vocabulary, setAdditionalItems, setAdditionalProperties, setAllOf, setAnyOf, setBooleanSchemaValue, setConst, setContains, setContentEncoding, setContentMediaType, setContentSchema, setDefault, setDependentRequired, setDependentSchemas, setDeprecated, setDescription, setDiscriminator, setElse, setEnum, setExample, setExamples, setExampleSetFlag, setExclusiveMaximum, setExclusiveMaximumValue, setExclusiveMinimum, setExclusiveMinimumValue, setExtensions, setExternalDocs, setFormat, setIf, setItems, setJsonSchema, setJsonSchemaImpl, setMaxContains, setMaximum, setMaxItems, setMaxLength, setMaxProperties, setMinContains, setMinimum, setMinItems, setMinLength, setMinProperties, setMultipleOf, setName, setNot, setNullable, setOneOf, setPattern, setPatternProperties, setPrefixItems, setProperties, setPropertyNames, setReadOnly, setRequired, setSpecVersion, setThen, setTitle, setType, setTypes, setUnevaluatedItems, setUnevaluatedProperties, setUniqueItems, setWriteOnly, setXml, specVersion, then, title, toIndentedString, types, typesItem, unevaluatedItems, unevaluatedProperties, uniqueItems, writeOnly, xml
-
-
-
-
Method Detail
-
type
public IntegerSchema type(String type)
-
format
public IntegerSchema format(String format)
-
_default
public IntegerSchema _default(Number _default)
-
addEnumItem
public IntegerSchema addEnumItem(Number _enumItem)
-
-