public interface SortedSchemaMixin31
Modifier and Type | Method and Description |
---|---|
void |
addExtension(String name,
Object value)
Add extension.
|
Object |
getExample()
Gets example.
|
boolean |
getExampleSetFlag()
Gets example set flag.
|
Boolean |
getExclusiveMaximum()
Gets exclusive maximum.
|
BigDecimal |
getExclusiveMaximumValue()
Gets exclusive maximum value.
|
Boolean |
getExclusiveMinimum()
Gets exclusive minimum.
|
BigDecimal |
getExclusiveMinimumValue()
Gets exclusive minimum value.
|
Map<String,Object> |
getExtensions()
Gets extensions.
|
Map<String,Object> |
getJsonSchema()
Gets json schema.
|
Object |
getJsonSchemaImpl()
Gets json schema.
|
Boolean |
getNullable()
Gets nullable.
|
String |
getType()
Gets type.
|
Set<String> |
getTypes()
Gets types.
|
Boolean getNullable()
Boolean getExclusiveMinimum()
Boolean getExclusiveMaximum()
BigDecimal getExclusiveMinimumValue()
BigDecimal getExclusiveMaximumValue()
String getType()
void addExtension(String name, Object value)
name
- the namevalue
- the valueboolean getExampleSetFlag()
Object getExample()
Object getJsonSchemaImpl()
Copyright © 2024. All rights reserved.