public interface JsonSchemaMapper
Modifier and Type | Method and Description |
---|---|
default byte |
getOrder()
Gets the sort order of the plugin from -128 to 127.
|
Schema.Builder |
updateSchema(Shape shape,
Schema.Builder schemaBuilder,
JsonSchemaConfig config)
Updates a schema builder.
|
default byte getOrder()
Plugins are applied according to this sort order. Lower values are executed before higher values (for example, -128 comes before 0, comes before 127). Plugins default to 0, which is the middle point between the minimum and maximum order values.
Schema.Builder updateSchema(Shape shape, Schema.Builder schemaBuilder, JsonSchemaConfig config)
shape
- Shape used for the conversion.schemaBuilder
- Schema builder to update.config
- JSON Schema config.