Interface | Description |
---|---|
BeanConverter |
This class can be inherited if you want to add your own converter to the beanMapper.
|
BeanMapperAware |
By implementing this interface we will attempt to inject
the bean mapper on demand.
|
Class | Description |
---|---|
AbstractBeanConverter<S,T> |
Template implementation of a single type converter.
|
SimpleBeanConverter<S,T> |
Default converter that should be used for single type-to-type conversions.
|
Copyright © 2015-2016 42 BV. All Rights Reserved.