Package org.springdoc.api.mixins
Interface SortedSchemaMixin
-
public interface SortedSchemaMixin
- Author:
- bnasslashen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addExtension(String name, Object value)
String
get$anchor()
String
get$id()
String
get$schema()
io.swagger.v3.oas.models.media.Schema
getContains()
Object
getExample()
boolean
getExampleSetFlag()
BigDecimal
getExclusiveMaximumValue()
BigDecimal
getExclusiveMinimumValue()
Map<String,Object>
getExtensions()
Map<String,Object>
getJsonSchema()
Object
getJsonSchemaImpl()
Map<String,io.swagger.v3.oas.models.media.Schema>
getPatternProperties()
Set<String>
getTypes()
-
-
-
Method Detail
-
getExampleSetFlag
boolean getExampleSetFlag()
-
getExample
Object getExample()
-
getExclusiveMinimumValue
BigDecimal getExclusiveMinimumValue()
-
getExclusiveMaximumValue
BigDecimal getExclusiveMaximumValue()
-
getContains
io.swagger.v3.oas.models.media.Schema getContains()
-
get$id
String get$id()
-
get$anchor
String get$anchor()
-
get$schema
String get$schema()
-
getJsonSchemaImpl
Object getJsonSchemaImpl()
-
-