Package org.modelmapper.spring.data
Interface AggregateMappingConfigurer
public interface AggregateMappingConfigurer
Configuration callback interface to configure
AggregateMappingModule beans available in the application.- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(AggregateMappingModule module) Configures the givenAggregateMappingModule.
-
Method Details
-
configure
Configures the givenAggregateMappingModule.- Parameters:
module- will never be null.
-