Class OpenApiConfig.OperationIdStrategy

java.lang.Object
io.smallrye.openapi.api.OpenApiConfig.OperationIdStrategy
Enclosing interface:
OpenApiConfig

public static class OpenApiConfig.OperationIdStrategy extends Object
  • Field Details

    • METHOD

      public static final String METHOD
      Strategy name to generate an operationId with the resource method's name
      See Also:
    • CLASS_METHOD

      public static final String CLASS_METHOD
      Strategy name to generate an operationId with the resource class's simple name and the resource method's name
      See Also:
    • PACKAGE_CLASS_METHOD

      public static final String PACKAGE_CLASS_METHOD
      Strategy name to generate an operationId with the resource class's fully-qualified name and the resource method's name
      See Also:
  • Method Details