Package org.springdoc.api.mixins
Interface SortedSchemaMixin31
-
public interface SortedSchemaMixin31The interface Sorted schema mixin 31.- Author:
- bnasslashen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExtension(String name, Object value)Add extension.ObjectgetExample()Gets example.booleangetExampleSetFlag()Gets example set flag.BooleangetExclusiveMaximum()Gets exclusive maximum.BigDecimalgetExclusiveMaximumValue()Gets exclusive maximum value.BooleangetExclusiveMinimum()Gets exclusive minimum.BigDecimalgetExclusiveMinimumValue()Gets exclusive minimum value.Map<String,Object>getExtensions()Gets extensions.Map<String,Object>getJsonSchema()Gets json schema.ObjectgetJsonSchemaImpl()Gets json schema.BooleangetNullable()Gets nullable.StringgetType()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
-
-