public interface SortedSchemaMixin
Modifier and Type | Method and 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.
|
void addExtension(String name, Object value)
name
- the namevalue
- the valueboolean getExampleSetFlag()
Object getExample()
BigDecimal getExclusiveMinimumValue()
BigDecimal getExclusiveMaximumValue()
Map<String,io.swagger.v3.oas.models.media.Schema> getPatternProperties()
io.swagger.v3.oas.models.media.Schema getContains()
String get$id()
String get$anchor()
String get$schema()
Object getJsonSchemaImpl()
Copyright © 2024. All rights reserved.