Uses of Class
io.smallrye.openapi.runtime.scanner.SchemaRegistry
-
Packages that use SchemaRegistry Package Description io.smallrye.openapi.runtime.scanner io.smallrye.openapi.runtime.scanner.spi -
-
Uses of SchemaRegistry in io.smallrye.openapi.runtime.scanner
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 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) -
Uses of SchemaRegistry in io.smallrye.openapi.runtime.scanner.spi
Methods in io.smallrye.openapi.runtime.scanner.spi that return SchemaRegistry Modifier and Type Method Description SchemaRegistryAnnotationScannerContext. getSchemaRegistry()
-