Uses of Class
io.swagger.v3.oas.models.media.Schema
-
Packages that use Schema Package Description io.swagger.v3.oas.models io.swagger.v3.oas.models.headers io.swagger.v3.oas.models.media io.swagger.v3.oas.models.parameters -
-
Uses of Schema in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return types with arguments of type Schema Modifier and Type Method Description Map<String,Schema>Components. getSchemas()returns the schemas property from a Components instance.Methods in io.swagger.v3.oas.models with parameters of type Schema Modifier and Type Method Description ComponentsComponents. addSchemas(String key, Schema schemasItem)OpenAPIOpenAPI. schema(String name, Schema schema)Method parameters in io.swagger.v3.oas.models with type arguments of type Schema Modifier and Type Method Description ComponentsComponents. schemas(Map<String,Schema> schemas)voidComponents. setSchemas(Map<String,Schema> schemas) -
Uses of Schema in io.swagger.v3.oas.models.headers
Methods in io.swagger.v3.oas.models.headers that return Schema Modifier and Type Method Description SchemaHeader. getSchema()returns the schema property from a Header instance.Methods in io.swagger.v3.oas.models.headers with parameters of type Schema Modifier and Type Method Description HeaderHeader. schema(Schema schema)voidHeader. setSchema(Schema schema) -
Uses of Schema in io.swagger.v3.oas.models.media
Subclasses of Schema in io.swagger.v3.oas.models.media Modifier and Type Class Description classArbitrarySchemaArbitrarySchemaclassArraySchemaArraySchemaclassBinarySchemaBinarySchemaclassBooleanSchemaBooleanSchemaclassByteArraySchemaByteArraySchemaclassComposedSchemaComposedSchemaclassDateSchemaDateSchemaclassDateTimeSchemaDateTimeSchemaclassEmailSchemaEmailSchemaclassFileSchemaFileSchemaclassIntegerSchemaIntegerSchemaclassJsonSchemaJsonSchemaclassMapSchemaMapSchemaclassNumberSchemaNumberSchemaclassObjectSchemaObjectSchemaclassPasswordSchemaPasswordSchemaclassStringSchemaStringSchemaclassUUIDSchemaUUIDSchemaMethods in io.swagger.v3.oas.models.media that return Schema Modifier and Type Method Description SchemaSchema. _const(Object _const)SchemaSchema. _default(T _default)SchemaSchema. _else(Schema _else)SchemaSchema. _enum(List<T> _enum)SchemaSchema. _if(Schema _if)SchemaSchema. $anchor(String $anchor)SchemaSchema. $comment(String $comment)SchemaSchema. $dynamicAnchor(String $dynamicAnchor)SchemaSchema. $dynamicRef(String $dynamicRef)SchemaSchema. $id(String $id)SchemaSchema. $ref(String $ref)SchemaSchema. $schema(String $schema)SchemaSchema. $vocabulary(String $vocabulary)SchemaSchema. addAllOfItem(Schema allOfItem)SchemaSchema. addAnyOfItem(Schema anyOfItem)SchemaSchema. additionalItems(Schema additionalItems)SchemaSchema. additionalProperties(Object additionalProperties)SchemaSchema. addOneOfItem(Schema oneOfItem)SchemaSchema. addPatternProperty(String key, Schema patternPropertiesItem)SchemaSchema. addPrefixItem(Schema prefixItem)SchemaSchema. addProperties(String key, Schema property)Deprecated.SchemaSchema. addProperty(String key, Schema property)SchemaSchema. addRequiredItem(String requiredItem)SchemaSchema. allOf(List<Schema> allOf)SchemaSchema. anyOf(List<Schema> anyOf)SchemaSchema. booleanSchemaValue(Boolean booleanSchemaValue)SchemaSchema. contains(Schema contains)SchemaSchema. contentEncoding(String contentEncoding)SchemaSchema. contentMediaType(String contentMediaType)SchemaSchema. contentSchema(Schema contentSchema)SchemaSchema. dependentRequired(Map<String,List<String>> dependentRequired)SchemaSchema. dependentSchemas(Map<String,Schema> dependentSchemas)SchemaSchema. deprecated(Boolean deprecated)SchemaSchema. description(String description)SchemaSchema. discriminator(Discriminator discriminator)SchemaSchema. example(Object example)Schema<T>Schema. examples(List<T> examples)SchemaSchema. exampleSetFlag(boolean exampleSetFlag)SchemaSchema. exclusiveMaximum(Boolean exclusiveMaximum)SchemaSchema. exclusiveMaximumValue(BigDecimal exclusiveMaximumValue)SchemaSchema. exclusiveMinimum(Boolean exclusiveMinimum)SchemaSchema. exclusiveMinimumValue(BigDecimal exclusiveMinimumValue)SchemaSchema. extensions(Map<String,Object> extensions)SchemaSchema. externalDocs(ExternalDocumentation externalDocs)SchemaSchema. format(String format)SchemaSchema. getAdditionalItems()SchemaSchema. getContains()SchemaSchema. getContentSchema()SchemaSchema. getElse()SchemaSchema. getIf()Schema<?>Schema. getItems()returns the items property from a ArraySchema instance.SchemaSchema. getNot()returns the not property from a Schema instance.SchemaSchema. getPropertyNames()SchemaMediaType. getSchema()returns the schema property from a MediaType instance.SchemaSchema. getThen()SchemaSchema. getUnevaluatedItems()SchemaSchema. getUnevaluatedProperties()SchemaSchema. items(Schema<?> items)SchemaSchema. jsonSchema(Map<String,Object> jsonSchema)SchemaSchema. jsonSchemaImpl(Object jsonSchemaImpl)SchemaSchema. maxContains(Integer maxContains)SchemaSchema. maximum(BigDecimal maximum)SchemaSchema. maxItems(Integer maxItems)SchemaSchema. maxLength(Integer maxLength)SchemaSchema. maxProperties(Integer maxProperties)SchemaSchema. minContains(Integer minContains)SchemaSchema. minimum(BigDecimal minimum)SchemaSchema. minItems(Integer minItems)SchemaSchema. minLength(Integer minLength)SchemaSchema. minProperties(Integer minProperties)SchemaSchema. multipleOf(BigDecimal multipleOf)SchemaSchema. name(String name)SchemaSchema. not(Schema not)SchemaSchema. nullable(Boolean nullable)SchemaSchema. oneOf(List<Schema> oneOf)SchemaSchema. pattern(String pattern)SchemaSchema. patternProperties(Map<String,Schema> patternProperties)SchemaSchema. prefixItems(List<Schema> prefixItems)SchemaSchema. properties(Map<String,Schema> properties)SchemaSchema. propertyNames(Schema propertyNames)SchemaSchema. raw$ref(String $ref)SchemaSchema. readOnly(Boolean readOnly)SchemaSchema. required(List<String> required)SchemaSchema. specVersion(SpecVersion specVersion)SchemaSchema. then(Schema then)SchemaSchema. title(String title)SchemaSchema. type(String type)SchemaSchema. types(Set<String> types)SchemaSchema. typesItem(String type)SchemaSchema. unevaluatedItems(Schema unevaluatedItems)SchemaSchema. unevaluatedProperties(Schema unevaluatedProperties)SchemaSchema. uniqueItems(Boolean uniqueItems)SchemaSchema. writeOnly(Boolean writeOnly)SchemaSchema. xml(XML xml)Methods in io.swagger.v3.oas.models.media that return types with arguments of type Schema Modifier and Type Method Description List<Schema>Schema. getAllOf()returns the allOf property from a ComposedSchema instance.List<Schema>Schema. getAnyOf()returns the anyOf property from a ComposedSchema instance.Map<String,Schema>Schema. getDependentSchemas()List<Schema>Schema. getOneOf()returns the oneOf property from a ComposedSchema instance.Map<String,Schema>Schema. getPatternProperties()returns the patternProperties property from a Schema instance.List<Schema>Schema. getPrefixItems()Map<String,Schema>Schema. getProperties()returns the properties property from a Schema instance.Methods in io.swagger.v3.oas.models.media with parameters of type Schema Modifier and Type Method Description SchemaSchema. _else(Schema _else)SchemaSchema. _if(Schema _if)SchemaSchema. addAllOfItem(Schema allOfItem)SchemaSchema. addAnyOfItem(Schema anyOfItem)SchemaSchema. additionalItems(Schema additionalItems)SchemaSchema. addOneOfItem(Schema oneOfItem)SchemaSchema. addPatternProperty(String key, Schema patternPropertiesItem)SchemaSchema. addPrefixItem(Schema prefixItem)SchemaSchema. addProperties(String key, Schema property)Deprecated.SchemaSchema. addProperty(String key, Schema property)SchemaSchema. contains(Schema contains)SchemaSchema. contentSchema(Schema contentSchema)ArraySchemaArraySchema. items(Schema items)SchemaSchema. items(Schema<?> items)SchemaSchema. not(Schema not)SchemaSchema. propertyNames(Schema propertyNames)MediaTypeMediaType. schema(Schema schema)voidSchema. setAdditionalItems(Schema additionalItems)voidSchema. setContains(Schema contains)voidSchema. setContentSchema(Schema contentSchema)voidSchema. setElse(Schema _else)voidSchema. setIf(Schema _if)voidSchema. setItems(Schema<?> items)voidSchema. setNot(Schema not)voidSchema. setPropertyNames(Schema propertyNames)voidMediaType. setSchema(Schema schema)voidSchema. setThen(Schema then)voidSchema. setUnevaluatedItems(Schema unevaluatedItems)voidSchema. setUnevaluatedProperties(Schema unevaluatedProperties)SchemaSchema. then(Schema then)SchemaSchema. unevaluatedItems(Schema unevaluatedItems)SchemaSchema. unevaluatedProperties(Schema unevaluatedProperties)Method parameters in io.swagger.v3.oas.models.media with type arguments of type Schema Modifier and Type Method Description SchemaSchema. allOf(List<Schema> allOf)SchemaSchema. anyOf(List<Schema> anyOf)SchemaSchema. dependentSchemas(Map<String,Schema> dependentSchemas)SchemaSchema. oneOf(List<Schema> oneOf)SchemaSchema. patternProperties(Map<String,Schema> patternProperties)SchemaSchema. prefixItems(List<Schema> prefixItems)SchemaSchema. properties(Map<String,Schema> properties)voidSchema. setAllOf(List<Schema> allOf)voidSchema. setAnyOf(List<Schema> anyOf)voidSchema. setDependentSchemas(Map<String,Schema> dependentSchemas)voidSchema. setOneOf(List<Schema> oneOf)voidSchema. setPatternProperties(Map<String,Schema> patternProperties)voidSchema. setPrefixItems(List<Schema> prefixItems)voidSchema. setProperties(Map<String,Schema> properties) -
Uses of Schema in io.swagger.v3.oas.models.parameters
Methods in io.swagger.v3.oas.models.parameters that return Schema Modifier and Type Method Description SchemaParameter. getSchema()returns the schema property from a Parameter instance.Methods in io.swagger.v3.oas.models.parameters with parameters of type Schema Modifier and Type Method Description ParameterParameter. schema(Schema schema)voidParameter. setSchema(Schema schema)
-