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.Method parameters in io.smallrye.openapi.runtime.scanner with type arguments of type SchemaRegistry Modifier and Type Method Description static org.eclipse.microprofile.openapi.models.media.SchemaSchemaRegistry. register(org.jboss.jandex.Type type, Set<org.jboss.jandex.Type> views, TypeResolver resolver, org.eclipse.microprofile.openapi.models.media.Schema schema, BiFunction<SchemaRegistry,SchemaRegistry.TypeKey,org.eclipse.microprofile.openapi.models.media.Schema> registrationAction)
-