Package org.springdoc.api.mixins
Interface SortedSchemaMixin
-
public interface SortedSchemaMixinThe interface Sorted schema mixin.- Author:
- bnasslashen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExtension(String name, Object value)Add extension.Stringget$anchor()Get anchor string.Stringget$id()Get id string.Stringget$schema()Get schema string.io.swagger.v3.oas.models.media.SchemagetContains()Gets contains.ObjectgetExample()Gets example.booleangetExampleSetFlag()Gets example set flag.BigDecimalgetExclusiveMaximumValue()Gets exclusive maximum value.BigDecimalgetExclusiveMinimumValue()Gets exclusive minimum value.Map<String,Object>getExtensions()Gets extensions.Map<String,Object>getJsonSchema()Gets json schema.ObjectgetJsonSchemaImpl()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
-
-