类的使用
org.springframework.beans.factory.annotation.InjectionMetadata
使用InjectionMetadata的程序包 程序包 说明 org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration.org.springframework.beans.factory.annotation中InjectionMetadata的使用
声明为InjectionMetadata的org.springframework.beans.factory.annotation中的字段 修饰符和类型 字段 说明 static InjectionMetadataInjectionMetadata. EMPTYAn emptyInjectionMetadatainstance with no-op callbacks.返回InjectionMetadata的org.springframework.beans.factory.annotation中的方法 修饰符和类型 方法 说明 static InjectionMetadataInjectionMetadata. forElements(Collection<InjectionMetadata.InjectedElement> elements, Class<?> clazz)Return anInjectionMetadatainstance, possibly for empty elements.参数类型为InjectionMetadata的org.springframework.beans.factory.annotation中的方法 修饰符和类型 方法 说明 static booleanInjectionMetadata. needsRefresh(InjectionMetadata metadata, Class<?> clazz)Check whether the given injection metadata needs to be refreshed.