Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.article.ArticleMetadataResponse
Packages that use ArticleMetadataResponse
Package
Description
Contains services for article metadata integrations.
-
Uses of ArticleMetadataResponse in com.bluebell.greenhouse.sol.services.article
Methods in com.bluebell.greenhouse.sol.services.article that return ArticleMetadataResponseModifier and TypeMethodDescriptionArticleMetadataService.extractMetadata(String articleUrl, String html) Extracts article metadata from HTML.ArticleMetadataService.findMetadata(String articleUrl) Finds article metadata for the given article URL.Methods in com.bluebell.greenhouse.sol.services.article that return types with arguments of type ArticleMetadataResponseModifier and TypeMethodDescriptionArticleMetadataService.findCachedMetadata(String articleUrl) Finds cached article metadata without loading missing values.