Uses of Interface
de.hybris.platform.cms2.version.converter.customattribute.CustomAttributeContentConverter
Packages that use CustomAttributeContentConverter
Package
Description
-
Uses of CustomAttributeContentConverter in de.hybris.platform.cms2.version.converter.customattribute
Methods in de.hybris.platform.cms2.version.converter.customattribute that return types with arguments of type CustomAttributeContentConverterModifier and TypeMethodDescriptionCustomAttributeStrategyConverterProvider.getConverters(ItemModel itemModel) Will return allCustomAttributeContentConverterto convert back and forth between a custom property value and a serializable representation -
Uses of CustomAttributeContentConverter in de.hybris.platform.cms2.version.converter.customattribute.impl
Classes in de.hybris.platform.cms2.version.converter.customattribute.impl that implement CustomAttributeContentConverterModifier and TypeClassDescriptionclassConverter for ContentSlotForPage relation.Methods in de.hybris.platform.cms2.version.converter.customattribute.impl that return types with arguments of type CustomAttributeContentConverterModifier and TypeMethodDescriptionprotected List<CustomAttributeContentConverter>DefaultCustomAttributeStrategyConverterProvider.getConverters()DefaultCustomAttributeStrategyConverterProvider.getConverters(ItemModel itemModel) Method parameters in de.hybris.platform.cms2.version.converter.customattribute.impl with type arguments of type CustomAttributeContentConverterModifier and TypeMethodDescriptionvoidDefaultCustomAttributeStrategyConverterProvider.setConverters(List<CustomAttributeContentConverter> converters) -
Uses of CustomAttributeContentConverter in de.hybris.platform.cms2.version.populator
Methods in de.hybris.platform.cms2.version.populator that return types with arguments of type CustomAttributeContentConverterModifier and TypeMethodDescriptionprotected Optional<CustomAttributeContentConverter>CMSVersionToItemModelPopulator.getCustomAttributeConverterByQualifier(List<CustomAttributeContentConverter> converters, String qualifier) Returns thee first found converter for a custom attribute based on the qualifier.Methods in de.hybris.platform.cms2.version.populator with parameters of type CustomAttributeContentConverterModifier and TypeMethodDescriptionprotected voidCMSVersionToItemModelPopulator.applyCustomAttributeValue(ItemModel itemModel, CustomAttributeContentConverter converter, TypedValue typedValue) Applies custom attribute values to theItemModel.Method parameters in de.hybris.platform.cms2.version.populator with type arguments of type CustomAttributeContentConverterModifier and TypeMethodDescriptionprotected Optional<CustomAttributeContentConverter>CMSVersionToItemModelPopulator.getCustomAttributeConverterByQualifier(List<CustomAttributeContentConverter> converters, String qualifier) Returns thee first found converter for a custom attribute based on the qualifier.