Uses of Class
org.springframework.beans.BeanMetadataAttribute
Packages that use BeanMetadataAttribute
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of BeanMetadataAttribute in org.springframework.beans
Methods in org.springframework.beans that return BeanMetadataAttributeModifier and TypeMethodDescriptionBeanMetadataAttributeAccessor.getMetadataAttribute
(String name) Look up the given BeanMetadataAttribute in this accessor's set of attributes.Methods in org.springframework.beans with parameters of type BeanMetadataAttributeModifier and TypeMethodDescriptionvoid
BeanMetadataAttributeAccessor.addMetadataAttribute
(BeanMetadataAttribute attribute) Add the given BeanMetadataAttribute to this accessor's set of attributes.