Class DefaultDataToAttributeContentConverter
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.attributeconverters.DefaultDataToAttributeContentConverter
public class DefaultDataToAttributeContentConverter
extends Object
implements Converter<Object,Object>
Default Converter to parse a String to primitive types such as String, Boolean, Integer, Float, Long, Double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUses the sourceSobject and produces an new instance ofT.protected Class<?>voidsetPrimitiveType(Class<?> primitiveType)
-
Constructor Details
-
DefaultDataToAttributeContentConverter
public DefaultDataToAttributeContentConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterUses the sourceSobject and produces an new instance ofT. -
getPrimitiveType
-
setPrimitiveType
-