Class SchemaWrapper


  • public class SchemaWrapper
    extends io.swagger.v3.oas.models.media.Schema
    • Field Summary

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

        _default, _enum, example
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaWrapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.swagger.v3.oas.models.media.Schema create​(java.lang.String type, java.lang.String ref, java.util.List<io.swagger.v3.oas.models.media.Schema> oneOf, java.util.List<io.swagger.v3.oas.models.media.Schema> allOf, java.util.List<io.swagger.v3.oas.models.media.Schema> anyOf)  
      • Methods inherited from class io.swagger.v3.oas.models.media.Schema

        $ref, addEnumItemObject, addExtension, additionalProperties, addProperties, addRequiredItem, cast, deprecated, description, discriminator, equals, 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, hashCode, 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, toString, type, uniqueItems, writeOnly, xml
      • Methods inherited from class java.lang.Object

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

      • SchemaWrapper

        public SchemaWrapper()
    • Method Detail

      • create

        public static io.swagger.v3.oas.models.media.Schema create​(java.lang.String type,
                                                                   java.lang.String ref,
                                                                   java.util.List<io.swagger.v3.oas.models.media.Schema> oneOf,
                                                                   java.util.List<io.swagger.v3.oas.models.media.Schema> allOf,
                                                                   java.util.List<io.swagger.v3.oas.models.media.Schema> anyOf)