public User getAuthor()

in src/main/java/com/example/blog/entities/Post.java [22:24]


    public User getAuthor() {
        return author;
    }