Interface MappingFinalizationContext
-
public interface MappingFinalizationContext
The context passed to the mapper during the very last step of bootstrap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanResolver
beanResolver()
ConfigurationPropertySource
configurationPropertySource()
-
-
-
Method Detail
-
configurationPropertySource
ConfigurationPropertySource configurationPropertySource()
-
beanResolver
BeanResolver beanResolver()
-
-