Uses of Class
io.smallrye.openapi.runtime.scanner.SchemaRegistry
Packages that use SchemaRegistry
-
Uses of SchemaRegistry in io.smallrye.openapi.runtime.scanner
Methods in io.smallrye.openapi.runtime.scanner with parameters of type SchemaRegistryModifier and TypeMethodDescriptionvoidCustomSchemaRegistry.registerCustomSchemas(SchemaRegistry registry) Registers types with a custom schema.Method parameters in io.smallrye.openapi.runtime.scanner with type arguments of type SchemaRegistryModifier and TypeMethodDescriptionorg.eclipse.microprofile.openapi.models.media.SchemaSchemaRegistry.register(org.jboss.jandex.Type type, Map<org.jboss.jandex.Type, Boolean> views, TypeResolver resolver, org.eclipse.microprofile.openapi.models.media.Schema schema, BiFunction<SchemaRegistry, SchemaRegistry.TypeKey, org.eclipse.microprofile.openapi.models.media.Schema> registrationAction) -
Uses of SchemaRegistry in io.smallrye.openapi.runtime.scanner.spi
Methods in io.smallrye.openapi.runtime.scanner.spi that return SchemaRegistry