Uses of Class
com.attribyte.parser.model.OEmbedProvider
Packages that use OEmbedProvider
-
Uses of OEmbedProvider in com.attribyte.parser.model
Methods in com.attribyte.parser.model that return types with arguments of type OEmbedProviderModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<String, OEmbedProvider> OEmbedProvider.fromJSON(com.fasterxml.jackson.databind.JsonNode node) Creates a map of provider vs URL from the format supported byhttps://oembed.com/providers.json.static com.google.common.collect.ImmutableMap<String, OEmbedProvider> OEmbedProvider.publishedProviders()Creates a map containing the default published providers.static com.google.common.collect.ImmutableMap<String, OEmbedProvider> OEmbedProvider.publishedProviders(String url) Creates a map containing published providers from a URL.Method parameters in com.attribyte.parser.model with type arguments of type OEmbedProviderModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<String, com.google.common.collect.ImmutableList<OEmbedProvider.Endpoint>> OEmbedProvider.domainMap(Collection<OEmbedProvider> providers) Builds a map of endpoints vs the domain they support.