Class OpenApiSchema
- java.lang.Object
-
- io.debezium.schemagenerator.schema.OpenApiSchema
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.debezium.schemagenerator.schema.Schema
Schema.FieldFilter
-
-
Field Summary
Fields Modifier and Type Field Description private static SchemaDescriptorDESCRIPTORprivate io.smallrye.openapi.runtime.io.Formatformat
-
Constructor Summary
Constructors Constructor Description OpenApiSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(Map<String,Object> config)SchemaDescriptorgetDescriptor()StringgetSpec(org.eclipse.microprofile.openapi.models.media.Schema connectorSchema)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.debezium.schemagenerator.schema.Schema
getFieldFilter
-
-
-
-
Field Detail
-
DESCRIPTOR
private static final SchemaDescriptor DESCRIPTOR
-
format
private io.smallrye.openapi.runtime.io.Format format
-
-
Method Detail
-
getDescriptor
public SchemaDescriptor getDescriptor()
- Specified by:
getDescriptorin interfaceSchema
-
-