Interface MappingFinalizationContext
-
public interface MappingFinalizationContextThe 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 BeanResolverbeanResolver()ConfigurationPropertySourceconfigurationPropertySource()
-
-
-
Method Detail
-
configurationPropertySource
ConfigurationPropertySource configurationPropertySource()
-
beanResolver
BeanResolver beanResolver()
-
-