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