Class AuthControllerDocs
java.lang.Object
com.example.blogs.app.api.auth.docs.AuthControllerDocs
OpenAPI documentation annotations for authentication controller endpoints.
This class contains meta-annotations that combine multiple Swagger/OpenAPI
annotations for cleaner controller code.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceMeta-annotation combining all OpenAPI documentation for the user login endpoint.static @interfaceMeta-annotation combining all OpenAPI documentation for the logout endpoint.static @interfaceMeta-annotation combining all OpenAPI documentation for the get current user endpoint.static @interfaceMeta-annotation combining all OpenAPI documentation for the refresh token endpoint.static @interfaceMeta-annotation combining all OpenAPI documentation for the user registration endpoint. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuthControllerDocs
public AuthControllerDocs()
-