Interface OpenApiSchema
- All Known Implementing Classes:
AnyTypeSchema,ArraySchema,BooleanSchema,EnumSchema,IntegerSchema,NumberSchema,ObjectSchema,ReferenceSchema,StringSchema,UnknownSchema
public interface OpenApiSchema
-
Method Summary
Modifier and TypeMethodDescriptionio.swagger.v3.oas.models.media.Schema<?>default Stringdefault booleanmapToMemberType(ComponentName parentComponentName, Name memberName) Maps the current schema to a member-typeTypeof a pojo returned within aMemberSchemaMapResult.mapToPojo(ComponentName name) Maps the current schema to aPojoreturned within aMapContext.static OpenApiSchemawrapSchema(SchemaWrapper schema)
-
Method Details
-
wrapSchema
-
mapToPojo
Maps the current schema to aPojoreturned within aMapContext. -
mapToMemberType
Maps the current schema to a member-typeTypeof a pojo returned within aMemberSchemaMapResult. -
getDelegateSchema
io.swagger.v3.oas.models.media.Schema<?> getDelegateSchema() -
getDescription
-
isNullable
default boolean isNullable()
-