public User getAuthor()

in src/main/java/com/example/blog/entities/Post.java [41:43]


    public User getAuthor() {
        return author;
    }