Class MapSchema


  • public class MapSchema
    extends io.swagger.v3.oas.models.media.Schema<java.lang.Object>
    MapSchema
    • Field Summary

      • Fields inherited from class io.swagger.v3.oas.models.media.Schema

        _default, _enum, example
    • Constructor Summary

      Constructors 
      Constructor Description
      MapSchema()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String toString()  
      MapSchema type​(io.swagger.v3.oas.models.media.Schema<?> type)  
      • Methods inherited from class io.swagger.v3.oas.models.media.Schema

        $ref, addEnumItemObject, addExtension, additionalProperties, addProperties, addRequiredItem, cast, deprecated, description, discriminator, example, exclusiveMaximum, exclusiveMinimum, extensions, externalDocs, format, get$ref, getAdditionalProperties, getDefault, getDeprecated, getDescription, getDiscriminator, getEnum, getExample, getExclusiveMaximum, getExclusiveMinimum, getExtensions, getExternalDocs, getFormat, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getName, getNot, getNullable, getPattern, getProperties, getReadOnly, getRequired, getTitle, getType, getUniqueItems, getWriteOnly, getXml, maximum, maxItems, maxLength, maxProperties, minimum, minItems, minLength, minProperties, multipleOf, name, not, nullable, pattern, properties, readOnly, required, set$ref, setAdditionalProperties, setDefault, setDeprecated, setDescription, setDiscriminator, setEnum, setExample, setExclusiveMaximum, setExclusiveMinimum, setExtensions, setExternalDocs, setFormat, setMaximum, setMaxItems, setMaxLength, setMaxProperties, setMinimum, setMinItems, setMinLength, setMinProperties, setMultipleOf, setName, setNot, setNullable, setPattern, setProperties, setReadOnly, setRequired, setTitle, setType, setUniqueItems, setWriteOnly, setXml, title, toIndentedString, type, uniqueItems, writeOnly, xml
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MapSchema

        public MapSchema()
    • Method Detail

      • type

        public MapSchema type​(io.swagger.v3.oas.models.media.Schema<?> type)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class io.swagger.v3.oas.models.media.Schema<java.lang.Object>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.swagger.v3.oas.models.media.Schema<java.lang.Object>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class io.swagger.v3.oas.models.media.Schema<java.lang.Object>