Class DefaultAttributeToDataContentConverter
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.attributeconverters.DefaultAttributeToDataContentConverter
public class DefaultAttributeToDataContentConverter
extends Object
implements Converter<Object,Object>
Default Attribute Converter.
This converter should only be used when all of the
AttributeContentConverter instances fail to convert a given object.
Returns the Object.toString() from the Object.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultAttributeToDataContentConverter
public DefaultAttributeToDataContentConverter()
-
-
Method Details