Class DefaultConverter<S,T>
java.lang.Object
de.hybris.platform.cms2.common.functions.impl.DefaultConverter<S,T>
- Type Parameters:
S- the type of the input of the converter.T- the type of the output of the converter.
- All Implemented Interfaces:
Converter<S,T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUses the sourceSobject and produces an new instance ofT.org.springframework.beans.factory.ObjectFactory<T>voidsetObjectFactory(org.springframework.beans.factory.ObjectFactory<T> objectFactory) voidsetPopulators(List<Populator<S, T>> populators)
-
Constructor Details
-
DefaultConverter
public DefaultConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterUses the sourceSobject and produces an new instance ofT. -
getPopulators
-
setPopulators
-
getObjectFactory
-
setObjectFactory
-