public String getTitle()

in src/main/java/com/example/blog/entities/Post.java [38:40]


    public String getTitle() {
        return title;
    }