Package com.example.blogs.app.api.post.dto


package com.example.blogs.app.api.post.dto
  • Record Classes
    Class
    Description
    Data transfer object representing a summary of a comment on a post.
    Request data transfer object for creating a new post with title, description, and content.
    Response data transfer object containing created post details with ID, slug, and preview image URL.
    Data transfer object representing a complete blog post with author and comments.
    Request DTO for updating a post with partial field updates.
    Response DTO for post update operations with updated fields and timestamp.
    Data transfer object representing a summary of a user associated with a post or comment.