Interface ConfigurableSubtypeConverter<SOURCE,TARGET,OPTION>
- All Superinterfaces:
ConfigurableConverter<SOURCE,,TARGET, OPTION> Converter<SOURCE,,TARGET> org.springframework.core.convert.converter.Converter<SOURCE,TARGET>
- All Known Implementing Classes:
DefaultConfigurableSubtypeConverter
public interface ConfigurableSubtypeConverter<SOURCE,TARGET,OPTION>
extends ConfigurableConverter<SOURCE,TARGET,OPTION>
-
Method Summary
Methods inherited from interface de.hybris.platform.personalizationfacades.converters.ConfigurableConverter
convert, convert, convert, convert, convertAll, convertAll, getDefaultOptions, getTargetInstanceMethods inherited from interface de.hybris.platform.servicelayer.dto.converter.Converter
convertAll, convertAllIgnoreExceptions, getLoggerMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Method Details
-
getSourceClass
-
getTargetClass
-
getMarkerClass
Class<?> getMarkerClass()
-