Uses of Interface
io.github.dinethdilhara.urltoproduct.provider.ProductProvider
Packages that use ProductProvider
Package
Description
-
Uses of ProductProvider in io.github.dinethdilhara.urltoproduct.engine
Methods in io.github.dinethdilhara.urltoproduct.engine that return ProductProviderModifier and TypeMethodDescriptionResolves the appropriate provider for the given URL.Methods in io.github.dinethdilhara.urltoproduct.engine that return types with arguments of type ProductProviderModifier and TypeMethodDescriptionstatic List<ProductProvider> ProviderLoader.load()Loads all ProductProvider implementations.ProductResolver.providers()Returns the value of theprovidersrecord component.Constructor parameters in io.github.dinethdilhara.urltoproduct.engine with type arguments of type ProductProviderModifierConstructorDescriptionProductResolver(List<ProductProvider> providers) Creates an instance of aProductResolverrecord class. -
Uses of ProductProvider in io.github.dinethdilhara.urltoproduct.provider
Classes in io.github.dinethdilhara.urltoproduct.provider that implement ProductProviderModifier and TypeClassDescriptionclassBase implementation for product providers. -
Uses of ProductProvider in io.github.dinethdilhara.urltoproduct.provider.impl
Classes in io.github.dinethdilhara.urltoproduct.provider.impl that implement ProductProviderModifier and TypeClassDescriptionclassAliExpress-specific product provider.classAmazon-specific product provider.classFallback product provider.