C
- The Java type of type metadata contributorsM
- The Java type of the produced mappingpublic interface MappingInitiator<C,M>
Modifier and Type | Method and Description |
---|---|
void |
configure(MappingBuildContext buildContext,
ConfigurationPropertySource propertySource,
MappingConfigurationCollector<C> configurationCollector) |
Mapper<M> |
createMapper(MappingBuildContext buildContext,
ConfigurationPropertySource propertySource,
TypeMetadataContributorProvider<C> contributorProvider) |
void configure(MappingBuildContext buildContext, ConfigurationPropertySource propertySource, MappingConfigurationCollector<C> configurationCollector)
Mapper<M> createMapper(MappingBuildContext buildContext, ConfigurationPropertySource propertySource, TypeMetadataContributorProvider<C> contributorProvider)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.