Uses of Class
com.attribyte.parser.model.OEmbedProvider.Endpoint
Packages that use OEmbedProvider.Endpoint
-
Uses of OEmbedProvider.Endpoint in com.attribyte.parser.model
Fields in com.attribyte.parser.model with type parameters of type OEmbedProvider.EndpointModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<OEmbedProvider.Endpoint> OEmbedProvider.endpointsThe immutable list of endpoints.Methods in com.attribyte.parser.model that return types with arguments of type OEmbedProvider.EndpointModifier 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.Constructor parameters in com.attribyte.parser.model with type arguments of type OEmbedProvider.EndpointModifierConstructorDescriptionOEmbedProvider(String name, String url, Collection<OEmbedProvider.Endpoint> endpoints) Creates an oembed provider.