Package io.smallrye.openapi.api
Class OpenApiConfig.OperationIdStrategy
java.lang.Object
io.smallrye.openapi.api.OpenApiConfig.OperationIdStrategy
- Enclosing interface:
OpenApiConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringStrategy name to generate an operationId with the resource class's simple name and the resource method's namestatic final StringStrategy name to generate an operationId with the resource method's namestatic final StringStrategy name to generate an operationId with the resource class's fully-qualified name and the resource method's name -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.not for general purpose use.
-
Field Details
-
METHOD
Strategy name to generate an operationId with the resource method's name- See Also:
-
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
Strategy name to generate an operationId with the resource class's fully-qualified name and the resource method's name- See Also:
-
-
Method Details
-
valueOf
Deprecated.not for general purpose use. SeeOperationIdGenerator.load(String, ClassLoader)insteadSupport compatibility with Quarkus configuration mapping. May be removed once Quarkus is updated to no longer treat the operation-id-strategy as an enum.
-