All Known Implementing Classes:
AnnotatedGenericBeanDefinition, AnnotatedBeanDefinition, BeanMetadataAttributeAccessor, PropertyValue, BeanDefinition, AbstractBeanDefinition, ChildBeanDefinition, ScannedGenericBeanDefinition, AttributeAccessorSupport, RootBeanDefinition, GenericBeanDefinition, AutowireCandidateQualifier
Rob - Harrop2.0 - | Method from org.springframework.core.AttributeAccessor Summary: |
|---|
| attributeNames, getAttribute, hasAttribute, removeAttribute, setAttribute |
| Method from org.springframework.core.AttributeAccessor Detail: |
|---|
|
name.
Return null if the attribute doesn't exist. |
true if the attribute identified by name exists.
Otherwise return false. |
name and return its value.
Return null if no attribute under name is found. |
name to the supplied value.
If value is null, the attribute is removed .
In general, users should take care to prevent overlaps with other metadata attributes by using fully-qualified names, perhaps using class or package names as prefix. |