Interface DefaultBinderFactory.Listener
- All Known Implementing Classes:
BindersHealthIndicatorAutoConfiguration.BindersHealthIndicatorListener
- Enclosing class:
- DefaultBinderFactory
public static interface DefaultBinderFactory.Listener
A listener that can be registered with the
DefaultBinderFactory that allows
the registration of additional configuration.- Author:
- Ilayaperumal Gopinathan
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterBinderContextInitialized(String configurationName, org.springframework.context.ConfigurableApplicationContext binderContext) Applying additional capabilities to the binder after the binder context has been initialized.
-
Method Details
-
afterBinderContextInitialized
void afterBinderContextInitialized(String configurationName, org.springframework.context.ConfigurableApplicationContext binderContext) Applying additional capabilities to the binder after the binder context has been initialized.- Parameters:
configurationName- the binder configuration namebinderContext- the application context of the binder
-