protected abstract static class CommonAnnotationBeanPostProcessor.LookupElement extends InjectionMetadata.InjectedElement
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | isDefaultName | 
| protected Class<?> | lookupType | 
| protected String | mappedName | 
| protected String | name | 
isField, member, pd, skip| Constructor and Description | 
|---|
| LookupElement(Member member,
             PropertyDescriptor pd) | 
| Modifier and Type | Method and Description | 
|---|---|
| DependencyDescriptor | getDependencyDescriptor()Build a DependencyDescriptor for the underlying field/method. | 
| Class<?> | getLookupType()Return the desired type for the lookup. | 
| String | getName()Return the resource name for the lookup. | 
checkPropertySkipping, checkResourceType, clearPropertySkipping, equals, getMember, getResourceToInject, getResourceType, hashCode, inject, toStringprotected String name
protected boolean isDefaultName
protected Class<?> lookupType
public LookupElement(Member member, @Nullable PropertyDescriptor pd)
public final String getName()
public final Class<?> getLookupType()
public final DependencyDescriptor getDependencyDescriptor()