Uses of Class
io.smallrye.openapi.runtime.scanner.SchemaRegistry
-
Packages that use SchemaRegistry Package Description io.smallrye.openapi.runtime.scanner -
-
Uses of SchemaRegistry in io.smallrye.openapi.runtime.scanner
Methods in io.smallrye.openapi.runtime.scanner that return SchemaRegistry Modifier and Type Method Description static SchemaRegistrySchemaRegistry. currentInstance()Retrieve theSchemaRegistrypreviously created bynewInstancefor the current thread, ornullif none has yet been created.static SchemaRegistrySchemaRegistry. newInstance(AnnotationScannerContext context)Create a new instance of aSchemaRegistryon this thread.Methods in io.smallrye.openapi.runtime.scanner with parameters of type SchemaRegistry Modifier and Type Method Description voidCustomSchemaRegistry. registerCustomSchemas(SchemaRegistry registry)Registers types with a custom schema.
-