Interface Schema
- All Known Implementing Classes:
OpenApiSchema
public interface Schema
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddefault Schema.FieldFilterReturns a filter to be applied to the fields of the schema.getSpec(org.eclipse.microprofile.openapi.models.media.Schema connectorSchema)
-
Method Details
-
getDescriptor
SchemaDescriptor getDescriptor() -
configure
-
getSpec
-
getFieldFilter
Returns a filter to be applied to the fields of the schema. Only matching fields will be part of the serialized API spec. Defaults to including all the fields of the schema.
-