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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getMarkerClass()java.lang.Class<SOURCE>getSourceClass()java.lang.Class<TARGET>getTargetClass()-
Methods inherited from interface de.hybris.platform.personalizationfacades.converters.ConfigurableConverter
convert, convert, convert, convert, convertAll, convertAll, getDefaultOptions, getTargetInstance
-
Methods inherited from interface de.hybris.platform.servicelayer.dto.converter.Converter
convertAll, convertAllIgnoreExceptions, getLogger
-
-