Interface DefaultBinderFactory.Listener
-
- All Known Implementing Classes:
BindersHealthIndicatorAutoConfiguration.BindersHealthIndicatorListener
- Enclosing class:
- DefaultBinderFactory
public static interface DefaultBinderFactory.ListenerA listener that can be registered with theDefaultBinderFactorythat allows the registration of additional configuration.- Author:
- Ilayaperumal Gopinathan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterBinderContextInitialized(String configurationName, org.springframework.context.ConfigurableApplicationContext binderContext)Applying additional capabilities to the binder after the binder context has been initialized.
-
-
-
Method Detail
-
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
-
-