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 voidaddExtension(String name, Object value)Stringget$anchor()Stringget$id()Stringget$schema()io.swagger.v3.oas.models.media.SchemagetContains()ObjectgetExample()booleangetExampleSetFlag()BigDecimalgetExclusiveMaximumValue()BigDecimalgetExclusiveMinimumValue()Map<String,Object>getExtensions()Map<String,Object>getJsonSchema()ObjectgetJsonSchemaImpl()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()
-
-