Interface Schema

  • All Known Implementing Classes:
    OpenApiSchema

    public interface Schema
    • Method Detail

      • getSpec

        String getSpec​(org.eclipse.microprofile.openapi.models.media.Schema connectorSchema)
      • getFieldFilter

        default Schema.FieldFilter 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.