Class SilencerConfiguration
-
- All Implemented Interfaces:
@Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled() public class SilencerConfiguration
- Since:
2019-06-24
trydofor
-
-
Constructor Summary
Constructors Constructor Description SilencerConfiguration()
-
Method Summary
Modifier and Type Method Description static WingsReorderProcessorwingsReorderProcessor()reorder beans by config MessageSourceHelpermessageSourceHelper(MessageSource messageSource)static BeanPostProcessorthisLazyAwarePostProcessor()ApplicationRunnerOrderedapplicationInspectRunner(ApplicationContext context)applicationRunner are executed before commandLineRunner in SpringApplication#callRunners -
-
Method Detail
-
wingsReorderProcessor
@Bean()@ConditionalWingsEnabled(abs = SilencerEnabledProp.Key$beanReorder) static WingsReorderProcessor wingsReorderProcessor()
reorder beans by config
-
messageSourceHelper
@Bean()@ConditionalWingsEnabled() MessageSourceHelper messageSourceHelper(MessageSource messageSource)
-
thisLazyAwarePostProcessor
@Bean()@ConditionalWingsEnabled() static BeanPostProcessor thisLazyAwarePostProcessor()
-
applicationInspectRunner
@Bean()@ConditionalWingsEnabled() ApplicationRunnerOrdered applicationInspectRunner(ApplicationContext context)
applicationRunner are executed before commandLineRunner in SpringApplication#callRunners
-
-
-
-