@Configuration
@ConditionalOnClass(value={com.github.dozermapper.spring.DozerBeanMapperFactoryBean.class,com.github.dozermapper.core.Mapper.class})
@ConditionalOnMissingBean(value=com.github.dozermapper.core.Mapper.class)
@EnableConfigurationProperties(value=DozerProperties.class)
public class DozerAutoConfiguration
extends Object
| Constructor and Description |
|---|
DozerAutoConfiguration(DozerProperties properties)
Constructor for creating auto configuration.
|
| Modifier and Type | Method and Description |
|---|---|
DozerBeanMapperFactoryBean |
dozerMapper()
Creates default Dozer mapper
|
public DozerAutoConfiguration(DozerProperties properties)
properties - properties@Bean public DozerBeanMapperFactoryBean dozerMapper() throws IOException
IOException - if there is an exception during initialization.Copyright © 2005–2019 dozer. All rights reserved.