Class IdToEntityBeanConverter

java.lang.Object
io.beanmapper.spring.converter.IdToEntityBeanConverter
All Implemented Interfaces:
io.beanmapper.core.converter.BeanConverter

public class IdToEntityBeanConverter extends Object implements io.beanmapper.core.converter.BeanConverter
  • Constructor Details

    • IdToEntityBeanConverter

      public IdToEntityBeanConverter(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • convert

      public Object convert(io.beanmapper.BeanMapper beanMapper, Object source, Class<?> targetClass, io.beanmapper.core.BeanPropertyMatch beanFieldMatch)
      Specified by:
      convert in interface io.beanmapper.core.converter.BeanConverter
    • match

      public boolean match(Class<?> sourceClass, Class<?> targetClass)
      Specified by:
      match in interface io.beanmapper.core.converter.BeanConverter