| Package | Description |
|---|---|
| io.smallrye.openapi.runtime.scanner |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRegistry |
SchemaRegistry.currentInstance()
Retrieve the
SchemaRegistry previously created by
newInstance for the current thread, or null if none has yet
been created. |
static SchemaRegistry |
SchemaRegistry.newInstance(OpenApiConfig config,
org.eclipse.microprofile.openapi.models.OpenAPI oai,
org.jboss.jandex.IndexView index)
Create a new instance of a
SchemaRegistry on this thread. |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomSchemaRegistry.registerCustomSchemas(SchemaRegistry registry)
Registers types with a custom schema.
|
Copyright © 2018–2020. All rights reserved.