Uses of Interface
de.hybris.platform.addonsupport.valueprovider.AddOnValueProvider
-
Packages that use AddOnValueProvider Package Description de.hybris.platform.addonsupport.valueprovider de.hybris.platform.addonsupport.valueprovider.impl -
-
Uses of AddOnValueProvider in de.hybris.platform.addonsupport.valueprovider
Methods in de.hybris.platform.addonsupport.valueprovider that return types with arguments of type AddOnValueProvider Modifier and Type Method Description java.util.Optional<AddOnValueProvider>AddOnValueProviderRegistry. get(java.lang.String addOnName)Returns the value provider for the given AddOn name. -
Uses of AddOnValueProvider in de.hybris.platform.addonsupport.valueprovider.impl
Classes in de.hybris.platform.addonsupport.valueprovider.impl that implement AddOnValueProvider Modifier and Type Class Description classDefaultAddOnValueProviderDefault implementation of theAddOnValueProviderinterface.Methods in de.hybris.platform.addonsupport.valueprovider.impl that return types with arguments of type AddOnValueProvider Modifier and Type Method Description java.util.Optional<AddOnValueProvider>DefaultAddOnValueProviderRegistry. get(java.lang.String addOnName)protected java.util.Map<java.lang.String,AddOnValueProvider>DefaultAddOnValueProviderRegistry. getValueProviders()Method parameters in de.hybris.platform.addonsupport.valueprovider.impl with type arguments of type AddOnValueProvider Modifier and Type Method Description voidDefaultAddOnValueProviderRegistry. setValueProviders(java.util.Map<java.lang.String,AddOnValueProvider> valueProviders)
-