Uses of Class
io.gs2.news.model.Content
Packages that use Content
-
Uses of Content in io.gs2.news.model
Methods in io.gs2.news.model that return ContentModifier and TypeMethodDescriptionstatic ContentContent.fromJson(com.fasterxml.jackson.databind.JsonNode data) Content.withContent(String content) Content.withFrontMatter(String frontMatter) Content.withSection(String section) Methods in io.gs2.news.model that return types with arguments of type ContentMethod parameters in io.gs2.news.model with type arguments of type ContentModifier and TypeMethodDescriptionvoidView.setContents(List<Content> contents) voidView.setRemoveContents(List<Content> removeContents) View.withContents(List<Content> contents) View.withRemoveContents(List<Content> removeContents)