Package org.bremersee.converter
Interface ModelMapperConfigurerAdapter
-
public interface ModelMapperConfigurerAdapter
The model mapper configurer adapter.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(org.modelmapper.ModelMapper modelMapper)
Configures the model mapper.
-