Uses of Interface
de.hybris.platform.cms2.cmsitems.converter.AttributeContentConverter
-
-
Uses of AttributeContentConverter in de.hybris.platform.cms2.cmsitems.converter
Methods in de.hybris.platform.cms2.cmsitems.converter that return AttributeContentConverter Modifier and Type Method Description AttributeContentConverter<T>AttributeStrategyConverterProvider. getContentConverter(T source)Will return the most appropriateAttributeContentConverterto convert back and forth between a property value and a serializable representation -
Uses of AttributeContentConverter in de.hybris.platform.cms2.cmsitems.converter.impl
Classes in de.hybris.platform.cms2.cmsitems.converter.impl that implement AttributeContentConverter Modifier and Type Class Description classBaseAttributeContentConverter<T>Base and generic implementation ofAttributeContentConverter.classDefaultAttributeContentConverterAn implementation ofAttributeContentConverterworking withAttributeDescriptorModelobjects.Methods in de.hybris.platform.cms2.cmsitems.converter.impl that return AttributeContentConverter Modifier and Type Method Description AttributeContentConverter<T>BaseAttributeStrategyConverterProvider. getContentConverter(T attributeDescriptor)Methods in de.hybris.platform.cms2.cmsitems.converter.impl that return types with arguments of type AttributeContentConverter Modifier and Type Method Description protected java.util.List<AttributeContentConverter<T>>BaseAttributeStrategyConverterProvider. getAttributeContentConverters()protected com.google.common.base.Supplier<java.util.stream.Stream<AttributeContentConverter<T>>>BaseAttributeStrategyConverterProvider. getDescendingConverterStreamSupplier()A Supplier for a descending stream of the entries from the content converter list.protected java.util.Deque<AttributeContentConverter<T>>BaseAttributeStrategyConverterProvider. getInternalAttributeContentConverters()Method parameters in de.hybris.platform.cms2.cmsitems.converter.impl with type arguments of type AttributeContentConverter Modifier and Type Method Description voidBaseAttributeStrategyConverterProvider. setAttributeContentConverters(java.util.List<AttributeContentConverter<T>> attributeContentConverters) -
Uses of AttributeContentConverter in de.hybris.platform.cms2.version.converter.attribute.impl
Classes in de.hybris.platform.cms2.version.converter.attribute.impl that implement AttributeContentConverter Modifier and Type Class Description classVersionAttributeContentConverterParameterized byVersionAttributeDescriptorattribute content converter. -
Uses of AttributeContentConverter in de.hybris.platform.cmsfacades.cmsitems.attributeconverters
Classes in de.hybris.platform.cmsfacades.cmsitems.attributeconverters that implement AttributeContentConverter Modifier and Type Class Description classEnumAttributeContentConverterImplementation ofAttributeContentConverterthat converts properties of typeEnumclassLinkTargetAttributeContentConverterImplementation ofAttributeContentConverterthat converts properties of typeLinkTargetsfrom and to boolean
-