Uses of Class
io.smallrye.openapi.api.OpenApiConfig.AutoInheritance
-
Packages that use OpenApiConfig.AutoInheritance Package Description io.smallrye.openapi.api -
-
Uses of OpenApiConfig.AutoInheritance in io.smallrye.openapi.api
Methods in io.smallrye.openapi.api that return OpenApiConfig.AutoInheritance Modifier and Type Method Description default OpenApiConfig.AutoInheritanceOpenApiConfig. getAutoInheritance()static OpenApiConfig.AutoInheritanceOpenApiConfig.AutoInheritance. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenApiConfig.AutoInheritance[]OpenApiConfig.AutoInheritance. values()Returns an array containing the constants of this enum type, in the order they are declared.
-