Package org.springdoc.api.mixins
Interface SortedSchemaMixin31
-
public interface SortedSchemaMixin31
The interface Sorted schema mixin 31.- Author:
- bnasslashen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getNullable
Boolean getNullable()
Gets nullable.- Returns:
- the nullable
-
getExclusiveMinimum
Boolean getExclusiveMinimum()
Gets exclusive minimum.- Returns:
- the exclusive minimum
-
getExclusiveMaximum
Boolean getExclusiveMaximum()
Gets exclusive maximum.- Returns:
- the exclusive maximum
-
getExclusiveMinimumValue
BigDecimal getExclusiveMinimumValue()
Gets exclusive minimum value.- Returns:
- the exclusive minimum value
-
getExclusiveMaximumValue
BigDecimal getExclusiveMaximumValue()
Gets exclusive maximum value.- Returns:
- the exclusive maximum value
-
getType
String getType()
Gets type.- Returns:
- the type
-
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
-
getJsonSchemaImpl
Object getJsonSchemaImpl()
Gets json schema.- Returns:
- the json schema
-
-