类 CommonAnnotationBeanPostProcessor.LookupElement
java.lang.Object
cn.taketoday.beans.factory.annotation.InjectionMetadata.InjectedElement
cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
protected abstract static class CommonAnnotationBeanPostProcessor.LookupElement
extends InjectionMetadata.InjectedElement
Class representing generic injection information about an annotated field
or setter method, supporting @Resource and related annotations.
-
字段概要
字段从类继承的字段 cn.taketoday.beans.factory.annotation.InjectionMetadata.InjectedElement
isField, member, pd, skip -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final DependencyDescriptorBuild a DependencyDescriptor for the underlying field/method.final Class<?>Return the desired type for the lookup.final StringgetName()Return the resource name for the lookup.从类继承的方法 cn.taketoday.beans.factory.annotation.InjectionMetadata.InjectedElement
checkPropertySkipping, checkResourceType, clearPropertySkipping, equals, getMember, getResourceToInject, getResourceType, hashCode, inject, toString
-
字段详细资料
-
name
-
isDefaultName
protected boolean isDefaultName -
lookupType
-
mappedName
-
-
构造器详细资料
-
LookupElement
-
-
方法详细资料
-
getName
Return the resource name for the lookup. -
getLookupType
Return the desired type for the lookup. -
getDependencyDescriptor
Build a DependencyDescriptor for the underlying field/method.
-