Package io.beanmapper.core.converter


package io.beanmapper.core.converter
  • Interface Summary
    Interface
    Description
    This class can be inherited if you want to add your own converter to the beanMapper.
    Deprecated.
    As of release v0.4.0, internally solved by passing BeanMapper to BeanConverter.convert
  • Class Summary
    Class
    Description
    Template implementation of a single type converter.
    Default converter that should be used for single type-to-type conversions.