Uses of Class
io.quarkus.smallrye.openapi.common.deployment.SmallRyeOpenApiConfig.OperationIdStrategy
-
-
Uses of SmallRyeOpenApiConfig.OperationIdStrategy in io.quarkus.smallrye.openapi.common.deployment
Fields in io.quarkus.smallrye.openapi.common.deployment with type parameters of type SmallRyeOpenApiConfig.OperationIdStrategy Modifier and Type Field Description Optional<SmallRyeOpenApiConfig.OperationIdStrategy>SmallRyeOpenApiConfig. operationIdStrategySet the strategy to automatically create an operation IdMethods in io.quarkus.smallrye.openapi.common.deployment that return SmallRyeOpenApiConfig.OperationIdStrategy Modifier and Type Method Description static SmallRyeOpenApiConfig.OperationIdStrategySmallRyeOpenApiConfig.OperationIdStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SmallRyeOpenApiConfig.OperationIdStrategy[]SmallRyeOpenApiConfig.OperationIdStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-