Class WingsReorderProcessor
-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.context.EnvironmentAware
public class WingsReorderProcessor implements BeanFactoryPostProcessor, EnvironmentAwarewings.reorder.*, always highestif @Component, Ordered.getOrder >(@Order | @Priority)if @Bean, (@Order | @Priority) >Ordered.getOrder, because the obj is method (not impl Ordered) in AnnotationAwareOrderComparator.findOrder(Object obj)- Since:
2024-05-11
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPrefixReorderpublic final static StringPrefixPrimary
-
Constructor Summary
Constructors Constructor Description WingsReorderProcessor()
-
Method Summary
Modifier and Type Method Description voidpostProcessBeanFactory(@NotNull() ConfigurableListableBeanFactory beanFactory)voidsetEnvironment(@NotNull() Environment env)-
-
Method Detail
-
postProcessBeanFactory
void postProcessBeanFactory(@NotNull() ConfigurableListableBeanFactory beanFactory)
-
setEnvironment
void setEnvironment(@NotNull() Environment env)
-
-
-
-