@FunctionalInterface
public interface PropertyValueResolver
| 限定符和类型 | 方法和说明 |
|---|---|
PropertyValue |
resolveProperty(ApplicationContext applicationContext,
java.lang.reflect.Field field)
According to different annotation resolve different property.
|
PropertyValue resolveProperty(ApplicationContext applicationContext, java.lang.reflect.Field field) throws ContextException
applicationContext - Bean definition registryfield - bean's fieldContextExceptionCopyright © 2019 TODAY. All rights reserved.