Uses of Interface
de.hybris.platform.media.storage.ConfigValueConverter
-
Packages that use ConfigValueConverter Package Description de.hybris.platform.media.storage.impl -
-
Uses of ConfigValueConverter in de.hybris.platform.media.storage.impl
Classes in de.hybris.platform.media.storage.impl that implement ConfigValueConverter Modifier and Type Class Description classBooleanValueConverterConverts property value into Boolean Java object.classIntegerValueConverterConverts property value into Integer Java object.classIterableValueConverterConverts comma separated list of strings into Iterable containing String elements.Methods in de.hybris.platform.media.storage.impl that return ConfigValueConverter Modifier and Type Method Description ConfigValueConverterConfigValueMappingRegistrar. getValue()Methods in de.hybris.platform.media.storage.impl that return types with arguments of type ConfigValueConverter Modifier and Type Method Description java.util.Map<java.lang.String,ConfigValueConverter>ConfigValueMappingRegistry. getMappings()Methods in de.hybris.platform.media.storage.impl with parameters of type ConfigValueConverter Modifier and Type Method Description voidConfigValueMappingRegistrar. setValue(ConfigValueConverter value)
-