Class PostControllerDocs
java.lang.Object
com.example.blogs.app.api.post.docs.PostControllerDocs
OpenAPI documentation annotations for post 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 create post endpoint.static @interfaceMeta-annotation combining all OpenAPI documentation for the delete post by ID endpoint.static @interfaceMeta-annotation combining all OpenAPI documentation for the get post by slug endpoint.static @interfaceMeta-annotation combining all OpenAPI documentation for the update post by ID endpoint. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PostControllerDocs
public PostControllerDocs()
-