Package org.springdoc.api.mixins
Interface SortedSchemaMixin
-
public interface SortedSchemaMixin
The interface Sorted schema mixin.- Author:
- bnasslashen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addExtension(String name, Object value)
Add extension.String
get$anchor()
Get anchor string.String
get$id()
Get id string.String
get$schema()
Get schema string.io.swagger.v3.oas.models.media.Schema
getContains()
Gets contains.Object
getExample()
Gets example.boolean
getExampleSetFlag()
Gets example set flag.BigDecimal
getExclusiveMaximumValue()
Gets exclusive maximum value.BigDecimal
getExclusiveMinimumValue()
Gets exclusive minimum value.Map<String,Object>
getExtensions()
Gets extensions.Map<String,Object>
getJsonSchema()
Gets json schema.Object
getJsonSchemaImpl()
Gets json schema.Map<String,io.swagger.v3.oas.models.media.Schema>
getPatternProperties()
Gets pattern properties.Set<String>
getTypes()
Gets types.
-
-
-
Method Detail
-
addExtension
void addExtension(String name, Object value)
Add extension.- Parameters:
name
- the namevalue
- the value
-
getExampleSetFlag
boolean getExampleSetFlag()
Gets example set flag.- Returns:
- the example set flag
-
getExample
Object getExample()
Gets example.- Returns:
- the example
-
getExclusiveMinimumValue
BigDecimal getExclusiveMinimumValue()
Gets exclusive minimum value.- Returns:
- the exclusive minimum value
-
getExclusiveMaximumValue
BigDecimal getExclusiveMaximumValue()
Gets exclusive maximum value.- Returns:
- the exclusive maximum value
-
getPatternProperties
Map<String,io.swagger.v3.oas.models.media.Schema> getPatternProperties()
Gets pattern properties.- Returns:
- the pattern properties
-
getContains
io.swagger.v3.oas.models.media.Schema getContains()
Gets contains.- Returns:
- the contains
-
get$id
String get$id()
Get id string.- Returns:
- the string
-
get$anchor
String get$anchor()
Get anchor string.- Returns:
- the string
-
get$schema
String get$schema()
Get schema string.- Returns:
- the string
-
getJsonSchemaImpl
Object getJsonSchemaImpl()
Gets json schema.- Returns:
- the json schema
-
-