Class DefaultAddOnValueProvider
java.lang.Object
de.hybris.platform.addonsupport.valueprovider.impl.DefaultAddOnValueProvider
- All Implemented Interfaces:
AddOnValueProvider
Default implementation of the
AddOnValueProvider interface.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultAddOnValueProvider
public DefaultAddOnValueProvider()
-
-
Method Details
-
getValue
Description copied from interface:AddOnValueProviderReturns anOptionalfor the given key that contains the value if present.- Specified by:
getValuein interfaceAddOnValueProvider- Parameters:
key- the key to retrieve the value fortype- the expected type of the value- Returns:
- an
Optionalthat either contains the value or is empty if key or type don't match
-
getSuppliers
-
setSuppliers
-