public static interface ApplicationX.SmartInstantiationAwareBeanPostProcessor extends ApplicationX.InstantiationAwareBeanPostProcessor
| 限定符和类型 | 方法和说明 |
|---|---|
default Constructor<?>[] |
determineCandidateConstructors(Class<?> beanClass,
String beanName) |
default Class<?> |
predictBeanType(Class<?> beanClass,
String beanName) |
postProcessAfterInstantiation, postProcessBeforeInstantiation, postProcessProperties, postProcessPropertyValuespostProcessAfterInitialization, postProcessBeforeInitializationdefault Class<?> predictBeanType(Class<?> beanClass, String beanName) throws RuntimeException
RuntimeExceptiondefault Constructor<?>[] determineCandidateConstructors(Class<?> beanClass, String beanName) throws RuntimeException
RuntimeExceptionCopyright © 2021. All rights reserved.