Class DefaultAttributeToDataContentConverter
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.attributeconverters.DefaultAttributeToDataContentConverter
-
- All Implemented Interfaces:
Converter<java.lang.Object,java.lang.Object>
public class DefaultAttributeToDataContentConverter extends java.lang.Object implements Converter<java.lang.Object,java.lang.Object>
Default Attribute Converter. This converter should only be used when all of theAttributeContentConverterinstances fail to convert a given object. Returns theObject.toString()from the Object.
-
-
Constructor Summary
Constructors Constructor Description DefaultAttributeToDataContentConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectconvert(java.lang.Object source)Uses the sourceSobject and produces an new instance ofT.
-
-
-
Method Detail
-
convert
public java.lang.Object convert(java.lang.Object source)
Description copied from interface:ConverterUses the sourceSobject and produces an new instance ofT.
-
-