Class AbstractLocalizedErrorConverter

All Implemented Interfaces:
Populator<Object,List<ErrorWsDTO>>, Converter<Object,List<ErrorWsDTO>>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.core.convert.converter.Converter<Object,List<ErrorWsDTO>>
Direct Known Subclasses:
CartModificationDataErrorConverter, CartModificationDataErrorConverter, ValidationErrorConverter, ValidationErrorConverter

public abstract class AbstractLocalizedErrorConverter extends AbstractErrorConverter
Abstract localized error converter for converting supported objects to a list of ErrorWsDTO.
  • Constructor Details

    • AbstractLocalizedErrorConverter

      public AbstractLocalizedErrorConverter()
  • Method Details